mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
224a8a72c3
PR: ports/45556 Submitted by: David Vidal Rodríguez <vidalrod@in.tum.de>
22 lines
412 B
C
22 lines
412 B
C
--- 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;
|