aboutsummaryrefslogtreecommitdiff
path: root/misc/xdf/files/patch-xdf.H
blob: da0f9f5f9445d2d91206f42c4c24597e8b520dbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- xdf.H	Mon Dec 22 00:10:05 1997
+++ ../xdf/xdf.H	Fri Nov  8 21:17:34 2002
@@ -51,14 +51,14 @@

 /*{{{  Variables  */
 char* prgname;
-FILE* fstab;
-FILE* mtab;
-struct mntent* table;
+struct fstab* fstab;
+struct statfs* mtab;
+struct statfs* table;
 struct statfs stat_buffer;
 int mountpoints;
 Partition* par_table[50];
 struct itimerval timer;
-
+int mntcount;

 #ifdef NO_ISO9660
 int no_iso9660 = TRUE;