=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/passwd/local_passwd.c 2001/08/27 02:57:07 1.21 --- src/usr.bin/passwd/local_passwd.c 2001/11/19 19:02:15 1.22 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.21 2001/08/27 02:57:07 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.22 2001/11/19 19:02:15 mpech Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 35,41 **** #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.21 2001/08/27 02:57:07 millert Exp $"; #endif /* not lint */ #include --- 35,41 ---- #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.22 2001/11/19 19:02:15 mpech Exp $"; #endif /* not lint */ #include *************** *** 148,154 **** login_cap_t *lc; int authenticated; { ! register char *p; int tries, pwd_tries; char buf[_PASSWORD_LEN+1], salt[_PASSWORD_LEN]; --- 148,154 ---- login_cap_t *lc; int authenticated; { ! char *p; int tries, pwd_tries; char buf[_PASSWORD_LEN+1], salt[_PASSWORD_LEN];