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

Diff for /src/usr.bin/lock/lock.c between version 1.18 and 1.19

version 1.18, 2002/08/04 01:08:54 version 1.19, 2002/08/15 21:49:40
Line 112 
Line 112 
         lc = login_getclass(pw->pw_class);          lc = login_getclass(pw->pw_class);
   
         while ((ch = getopt(argc, argv, "a:npt:")) != -1)          while ((ch = getopt(argc, argv, "a:npt:")) != -1)
                 switch(ch) {                  switch (ch) {
                 case 'a':                  case 'a':
                         if (lc) {                          if (lc) {
                                 style = login_getstyle(lc, optarg, "auth-lock");                                  style = login_getstyle(lc, optarg, "auth-lock");

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