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

Comparing projects/libstatgrab/src/libstatgrab/process_stats.c (file contents):
Revision 1.13 by ats, Sun Oct 19 02:03:02 2003 UTC vs.
Revision 1.15 by ats, Wed Nov 12 01:36:19 2003 UTC

# Line 162 | Line 162 | process_stat_t *get_process_stats(){
162          }
163   #endif
164  
165 + #ifdef CYGWIN
166 +        return NULL;
167 + #endif
168 +
169          process_stat.total=process_stat.sleeping+process_stat.running+process_stat.zombie+process_stat.stopped;
170  
171          return &process_stat;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines