ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/disk_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/disk_stats.c (file contents):
Revision 1.83 by tdb, Sat Sep 24 13:29:22 2005 UTC vs.
Revision 1.84 by ats, Fri Mar 17 13:29:26 2006 UTC

# Line 37 | Line 37
37   #include <sys/mnttab.h>
38   #include <sys/statvfs.h>
39   #include <kstat.h>
40 < #define VALID_FS_TYPES {"ufs", "tmpfs", "vxfs"}
40 > #define VALID_FS_TYPES {"ufs", "tmpfs", "vxfs", "nfs"}
41   #endif
42  
43   #if defined(LINUX) || defined(CYGWIN)
# Line 87 | Line 87
87   #include <dirent.h>
88   #include <stdio.h>
89   #include <time.h>
90 < #define VALID_FS_TYPES {"vxfs", "hfs"}
90 > #define VALID_FS_TYPES {"vxfs", "hfs", "nfs"}
91   #define DISK_BATCH 30
92   #endif
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines