diff options
Diffstat (limited to 'misc/xdf/files/patch-xdf.H')
-rw-r--r-- | misc/xdf/files/patch-xdf.H | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/xdf/files/patch-xdf.H b/misc/xdf/files/patch-xdf.H deleted file mode 100644 index da0f9f5f9445..000000000000 --- a/misc/xdf/files/patch-xdf.H +++ /dev/null @@ -1,21 +0,0 @@ ---- 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; |