=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/passwd/local_passwd.c 2004/07/13 21:09:48 1.33 --- src/usr.bin/passwd/local_passwd.c 2004/07/24 16:57:43 1.34 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.33 2004/07/13 21:09:48 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.34 2004/07/24 16:57:43 millert 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.33 2004/07/13 21:09:48 millert 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.34 2004/07/24 16:57:43 millert Exp $"; #endif /* not lint */ #include *************** *** 208,213 **** --- 208,214 ---- void kbintr(int signo) { + write(STDOUT_FILENO, "\n", 1); write(STDOUT_FILENO, UNCHANGED_MSG, sizeof(UNCHANGED_MSG) - 1); _exit(0); }