Parent Directory | Revision Log | Revision Graph
Import
1 | --- hal-0.4.2/tools/fstab-sync.c.orig 2005-12-09 15:36:34.822205000 +0000 |
2 | +++ hal-0.4.2/tools/fstab-sync.c 2005-12-09 15:36:46.305449629 +0000 |
3 | @@ -1509,7 +1509,7 @@ |
4 | |
5 | static boolean fs_table_line_is_mounted (FSTableLine *line) |
6 | { |
7 | - FILE *f; |
8 | + FILE *f = NULL; |
9 | boolean is_mounted = FALSE; |
10 | struct mntent *m; |
11 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |