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

Comparing projects/libstatgrab/examples/cpu_usage.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 35 | Line 35 | int main(int argc, char **argv){
35          /* Throw away the first reading as thats averaged over the machines uptime */
36          cpu_percent = cpu_percent_usage();
37  
38 <        while ((c = getopt(argc, argv, "d:")) != EOF){
38 >        while ((c = getopt(argc, argv, "d:")) != -1){
39                  switch (c){
40                          case 'd':
41                                  delay = atoi(optarg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines