/[smeserver]/rpms/hal/sme7/hal-0.4.2-size_t.patch
ViewVC logotype

Contents of /rpms/hal/sme7/hal-0.4.2-size_t.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Mar 22 16:11:10 2012 UTC (12 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: hal-0_4_2-9_0_el4_sme, hal-0_4_2-8_EL4, hal-0_4_2-9_el4_sme, HEAD
Import

1 --- hal-0.4.2/tools/fstab-sync.c.orig 2007-08-01 12:30:30.000000000 +0000
2 +++ hal-0.4.2/tools/fstab-sync.c 2007-08-01 12:31:55.000000000 +0000
3 @@ -467,7 +467,7 @@
4 fs_table_write (FSTable *table, int fd)
5 {
6 char *fstab_contents;
7 - size_t bytes_written, bytes_to_write;
8 + ssize_t bytes_written, bytes_to_write;
9
10 fstab_contents = fs_table_to_string (table, &bytes_to_write);
11

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed