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

Comparing projects/libstatgrab/src/libstatgrab/cpu_stats.c (file contents):
Revision 1.5 by pajs, Mon Mar 3 13:14:25 2003 UTC vs.
Revision 1.6 by pajs, Mon Mar 3 14:37:24 2003 UTC

# Line 22 | Line 22
22   #include "config.h"
23   #endif
24  
25 #include <stdio.h>
26 #include <unistd.h>
27 #include <stdlib.h>
25   #include <time.h>
29 #include <string.h>
26   #include "statgrab.h"
27   #ifdef SOLARIS
28   #include <kstat.h>
29   #include <sys/sysinfo.h>
30 + #include <string.h>
31   #endif
32  
33   static cpu_states_t cpu_now;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines