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.6 by pajs, Sun Feb 23 23:28:19 2003 UTC vs.
Revision 1.7 by tdb, Fri Feb 28 22:59:35 2003 UTC

# Line 22 | Line 22
22   #include "config.h"
23   #endif
24  
25 #include "statgrab.h"
25   #include <stdlib.h>
26   #include <stdio.h>
28 #include "ukcprog.h"
27   #include <string.h>
28 + #include "statgrab.h"
29  
30   #ifdef SOLARIS
31   #include <sys/mnttab.h>
33 #include <sys/types.h>
32   #include <sys/statvfs.h>
33   #include <kstat.h>
36
34   #define VALID_FS_TYPES {"ufs", "tmpfs"}
38
35   #endif
36  
37   #define START_VAL 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines