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.46 by tdb, Sun Apr 4 23:57:33 2004 UTC vs.
Revision 1.47 by tdb, Mon Apr 5 00:21:29 2004 UTC

# Line 453 | Line 453 | int get_proc_snapshot(proc_state_t **ps){
453          free(kp_stats);
454   #endif
455  
456 + #ifdef CYGWIN
457 +        return -1;
458 + #endif
459 +
460          *ps = proc_state;
461          return proc_state_size;
462   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines