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

Diff for /src/usr.bin/passwd/local_passwd.c between version 1.37 and 1.38

version 1.37, 2005/05/01 18:47:06 version 1.38, 2008/04/27 10:01:53
Line 124 
Line 124 
         pw_init();          pw_init();
         for (i = 1; (tfd = pw_lock(0)) == -1; i++) {          for (i = 1; (tfd = pw_lock(0)) == -1; i++) {
                 if (i == 4)                  if (i == 4)
                         (void)fputs("Attempting lock password file, "                          (void)fputs("Attempting to lock password file, "
                             "please wait or press ^C to abort", stderr);                              "please wait or press ^C to abort", stderr);
                 (void)signal(SIGINT, kbintr);                  (void)signal(SIGINT, kbintr);
                 if (i % 16 == 0)                  if (i % 16 == 0)

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38