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

Diff for /src/usr.bin/passwd/passwd.c between version 1.4 and 1.5

version 1.4, 1996/06/26 05:37:47 version 1.5, 1997/01/15 23:43:01
Line 88 
Line 88 
         if (basename == NULL)          if (basename == NULL)
                 basename = argv[0];                  basename = argv[0];
   
         while ((ch = getopt(argc, argv, "lky")) != EOF)          while ((ch = getopt(argc, argv, "lky")) != -1)
                 switch (ch) {                  switch (ch) {
                 case 'l':               /* change local password file */                  case 'l':               /* change local password file */
                         use_kerberos = 0;                          use_kerberos = 0;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5