=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/Attic/pw_yp.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/chpass/Attic/pw_yp.c 2003/06/03 02:56:06 1.18 --- src/usr.bin/chpass/Attic/pw_yp.c 2003/07/02 21:04:09 1.19 *************** *** 1,4 **** ! /* $OpenBSD: pw_yp.c,v 1.18 2003/06/03 02:56:06 millert Exp $ */ /* $NetBSD: pw_yp.c,v 1.5 1995/03/26 04:55:33 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: pw_yp.c,v 1.19 2003/07/02 21:04:09 deraadt Exp $ */ /* $NetBSD: pw_yp.c,v 1.5 1995/03/26 04:55:33 glass Exp $ */ /* *************** *** 33,39 **** #if 0 static char sccsid[] = "@(#)pw_yp.c 1.0 2/2/93"; #else ! static char rcsid[] = "$OpenBSD: pw_yp.c,v 1.18 2003/06/03 02:56:06 millert Exp $"; #endif #endif /* not lint */ --- 33,39 ---- #if 0 static char sccsid[] = "@(#)pw_yp.c 1.0 2/2/93"; #else ! static char rcsid[] = "$OpenBSD: pw_yp.c,v 1.19 2003/07/02 21:04:09 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 54,59 **** --- 54,60 ---- #define passwd yp_passwd_rec #include #undef passwd + #include "chpass.h" extern char *__progname;