=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/passwd/local_passwd.c 2001/12/07 04:15:08 1.24 --- src/usr.bin/passwd/local_passwd.c 2002/02/16 21:27:50 1.25 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.24 2001/12/07 04:15:08 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.25 2002/02/16 21:27:50 millert 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.24 2001/12/07 04:15:08 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.25 2002/02/16 21:27:50 millert Exp $"; #endif /* not lint */ #include *************** *** 54,65 **** #include static uid_t uid; ! extern int pwd_gensalt __P((char *, int, struct passwd *, login_cap_t *, char)); ! extern int pwd_check __P((struct passwd *, login_cap_t *, char *)); ! extern int pwd_gettries __P((struct passwd *, login_cap_t *)); ! char *getnewpasswd __P((struct passwd *, login_cap_t *, int)); ! void kbintr __P((int)); int local_passwd(uname, authenticated) --- 54,65 ---- #include static uid_t uid; ! extern int pwd_gensalt(char *, int, struct passwd *, login_cap_t *, char); ! extern int pwd_check(struct passwd *, login_cap_t *, char *); ! extern int pwd_gettries(struct passwd *, login_cap_t *); ! char *getnewpasswd(struct passwd *, login_cap_t *, int); ! void kbintr(int); int local_passwd(uname, authenticated)