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

Diff for /src/usr.bin/rwho/Attic/rwho.c between version 1.17 and 1.18

version 1.17, 2013/04/16 18:57:39 version 1.18, 2013/11/27 13:32:02
Line 83 
Line 83 
         int nhosts = 0;          int nhosts = 0;
   
         while ((ch = getopt(argc, argv, "a")) != -1)          while ((ch = getopt(argc, argv, "a")) != -1)
                 switch((char)ch) {                  switch(ch) {
                 case 'a':                  case 'a':
                         aflg = 1;                          aflg = 1;
                         break;                          break;

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