=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/passwd/local_passwd.c 2004/07/24 16:57:43 1.34 --- src/usr.bin/passwd/local_passwd.c 2004/09/18 19:34:29 1.35 *************** *** 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. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.35 2004/09/18 19:34:29 deraadt 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.34 2004/07/24 16:57:43 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.35 2004/09/18 19:34:29 deraadt Exp $"; #endif /* not lint */ #include *************** *** 205,210 **** --- 205,211 ---- return(crypt(buf, salt)); } + /* ARGSUSED */ void kbintr(int signo) {