freebsd-ports/misc/xdf/files/patch-xdf.H
Edwin Groothuis 224a8a72c3 New port: xdf, show the free space of mounted partitions in X
PR:		ports/45556
Submitted by:	David Vidal Rodríguez <vidalrod@in.tum.de>
2003-01-16 14:03:11 +00:00

21 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;