[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.15 and 1.16

version 1.15, 2002/02/16 21:27:48 version 1.16, 2002/05/08 18:04:43
Line 244 
Line 244 
 {  {
   
         if (!no_timeout)          if (!no_timeout)
                 errx(1, "timeout");                  warnx("timeout");
           _exit(1);
 }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16