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

Comparing projects/libstatgrab/examples/process_stats.c (file contents):
Revision 1.2 by tdb, Sun Aug 24 20:24:09 2003 UTC vs.
Revision 1.3 by ats, Fri Nov 7 18:43:56 2003 UTC

# Line 32 | Line 32 | int main(int argc, char **argv){
32          int delay = 1;
33          process_stat_t *process_stat;
34  
35 <        while ((c = getopt(argc, argv, "d:")) != EOF){
35 >        while ((c = getopt(argc, argv, "d:")) != -1){
36                  switch (c){
37                          case 'd':
38                                  delay = atoi(optarg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines