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

Diff for /src/usr.bin/top/top.c between version 1.2 and 1.3

version 1.2, 1997/08/22 07:16:30 version 1.3, 1999/05/23 17:19:21
Line 227 
Line 227 
             optind = 1;              optind = 1;
         }          }
   
         while ((i = getopt(ac, av, "SIbinqus:d:U:o:")) != EOF)          while ((i = getopt(ac, av, "SIbinqus:d:U:o:")) != -1)
         {          {
             switch(i)              switch(i)
             {              {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3