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

Comparing projects/libstatgrab/src/libstatgrab/swap_stats.c (file contents):
Revision 1.16 by tdb, Mon Feb 16 14:55:32 2004 UTC vs.
Revision 1.17 by tdb, Sun Apr 4 21:54:49 2004 UTC

# Line 42 | Line 42
42   #include <sys/sysctl.h>
43   #include <sys/user.h>
44   #else
45 #include <unistd.h>
45   #include <sys/types.h>
46   #include <kvm.h>
47   #endif
48 + #include <unistd.h>
49   #endif
50   #if defined(NETBSD) || defined(OPENBSD)
51   #include <sys/param.h>
52   #include <sys/time.h>
53   #include <uvm/uvm.h>
54 + #include <unistd.h>
55   #endif
56  
57   swap_stat_t *get_swap_stats(){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines