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

Comparing projects/libstatgrab/src/libstatgrab/memory_stats.c (file contents):
Revision 1.3 by tdb, Thu Feb 20 13:19:52 2003 UTC vs.
Revision 1.4 by tdb, Fri Feb 28 22:59:35 2003 UTC

# Line 24 | Line 24
24  
25   #include <stdio.h>
26   #include "statgrab.h"
27 #ifdef LINUX
28 #include <string.h>
29 #endif
27   #ifdef SOLARIS
28   #include <unistd.h>
29   #include <kstat.h>
33 #endif
34 #ifdef FREEBSD
35 #include <sys/types.h>
36 #include <sys/sysctl.h>
37 #include <unistd.h>
30   #endif
31  
32   mem_stat_t *get_memory_stats(){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines