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

Comparing projects/libstatgrab/src/libstatgrab/load_stats.c (file contents):
Revision 1.16 by tdb, Mon Nov 1 18:30:17 2004 UTC vs.
Revision 1.17 by ats, Sun Nov 7 12:29:20 2004 UTC

# Line 44 | Line 44 | sg_load_stats *sg_get_load_stats(){
44  
45          static sg_load_stats load_stat;
46  
47        double loadav[3];
47   #ifdef HPUX
48          struct pst_dynamic pstat_dynamic;
49 + #else
50 +        double loadav[3];
51   #endif
52  
53   #ifdef CYGWIN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines