=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/chpass.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/chpass/chpass.c 1997/06/17 20:49:55 1.9 --- src/usr.bin/chpass/chpass.c 1998/03/30 06:59:28 1.10 *************** *** 1,4 **** ! /* $OpenBSD: chpass.c,v 1.9 1997/06/17 20:49:55 kstailey Exp $ */ /* $NetBSD: chpass.c,v 1.8 1996/05/15 21:50:43 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: chpass.c,v 1.10 1998/03/30 06:59:28 deraadt Exp $ */ /* $NetBSD: chpass.c,v 1.8 1996/05/15 21:50:43 jtc Exp $ */ /*- *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: chpass.c,v 1.9 1997/06/17 20:49:55 kstailey Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: chpass.c,v 1.10 1998/03/30 06:59:28 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 75,80 **** --- 75,82 ---- int use_yp; int force_yp = 0; extern struct passwd *ypgetpwnam(), *ypgetpwuid(); + int _yp_check __P((char **)); + int pw_yp __P((struct passwd *, uid_t)); #endif void baduser __P((void));