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.7 by pajs, Mon Mar 3 15:26:23 2003 UTC vs.
Revision 1.8 by pajs, Mon Mar 31 11:30:54 2003 UTC

# Line 88 | Line 88 | cpu_states_t *get_cpu_totals(){
88                  &cpu_now.nice, \
89                  &cpu_now.kernel, \
90                  &cpu_now.idle)) != 4){
91 +                fclose(f);
92                  return NULL;
93          }
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines