=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/passwd/local_passwd.c 2005/05/01 18:47:06 1.37 --- src/usr.bin/passwd/local_passwd.c 2008/04/27 10:01:53 1.38 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.37 2005/05/01 18:47:06 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.38 2008/04/27 10:01:53 jsing Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 31,37 **** #ifndef lint /*static const char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ ! static const char rcsid[] = "$OpenBSD: local_passwd.c,v 1.37 2005/05/01 18:47:06 deraadt Exp $"; #endif /* not lint */ #include --- 31,37 ---- #ifndef lint /*static const char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ ! static const char rcsid[] = "$OpenBSD: local_passwd.c,v 1.38 2008/04/27 10:01:53 jsing Exp $"; #endif /* not lint */ #include *************** *** 124,130 **** pw_init(); for (i = 1; (tfd = pw_lock(0)) == -1; i++) { if (i == 4) ! (void)fputs("Attempting lock password file, " "please wait or press ^C to abort", stderr); (void)signal(SIGINT, kbintr); if (i % 16 == 0) --- 124,130 ---- pw_init(); for (i = 1; (tfd = pw_lock(0)) == -1; i++) { if (i == 4) ! (void)fputs("Attempting to lock password file, " "please wait or press ^C to abort", stderr); (void)signal(SIGINT, kbintr); if (i % 16 == 0)