[BACK]Return to ruptime.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ruptime

Diff for /src/usr.bin/ruptime/Attic/ruptime.c between version 1.16 and 1.17

version 1.16, 2009/10/27 23:59:43 version 1.17, 2013/11/27 13:32:02
Line 75 
Line 75 
   
         aflg = 0;          aflg = 0;
         while ((ch = getopt(argc, argv, "alrut")) != -1)          while ((ch = getopt(argc, argv, "alrut")) != -1)
                 switch((char)ch) {                  switch(ch) {
                 case 'a':                  case 'a':
                         aflg = 1;                          aflg = 1;
                         break;                          break;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17