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

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

version 1.6, 1996/10/20 23:45:50 version 1.7, 1997/01/15 23:42:18
Line 95 
Line 95 
 #endif  #endif
   
         op = EDITENTRY;          op = EDITENTRY;
         while ((ch = getopt(argc, argv, "a:s:ly")) != EOF)          while ((ch = getopt(argc, argv, "a:s:ly")) != -1)
                 switch(ch) {                  switch(ch) {
                 case 'a':                  case 'a':
                         op = LOADENTRY;                          op = LOADENTRY;

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