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.35 by ats, Sun Oct 19 21:06:55 2003 UTC vs.
Revision 1.36 by ats, Sun Oct 19 21:12:43 2003 UTC

# Line 54 | Line 54
54   #ifdef FREEBSD
55   #include <sys/dkstat.h>
56   #include <devstat.h>
57 < #define VALID_FS_TYPES {"ufs", "mfs"}
57 > #define VALID_FS_TYPES {"hpfs", "msdosfs", "ntfs", "udf", "ext2fs", \
58 >                        "ufs", "mfs"}
59   #endif
60   #ifdef NETBSD
61   #include <sys/param.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines