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

Diff for /src/usr.bin/modstat/Attic/modstat.c between version 1.6 and 1.7

version 1.6, 1996/08/06 18:17:22 version 1.7, 1997/01/15 23:42:54
Line 133 
Line 133 
         int modnum = -1;          int modnum = -1;
         char *modname = NULL;          char *modname = NULL;
   
         while ((c = getopt(argc, argv, "i:n:")) != EOF) {          while ((c = getopt(argc, argv, "i:n:")) != -1) {
                 switch (c) {                  switch (c) {
                 case 'i':                  case 'i':
                         modnum = atoi(optarg);                          modnum = atoi(optarg);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7