=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/field.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/chpass/field.c 2003/06/03 02:56:06 1.5 --- src/usr.bin/chpass/field.c 2003/07/01 01:01:28 1.6 *************** *** 1,4 **** ! /* $OpenBSD: field.c,v 1.5 2003/06/03 02:56:06 millert Exp $ */ /* $NetBSD: field.c,v 1.3 1995/03/26 04:55:28 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: field.c,v 1.6 2003/07/01 01:01:28 avsm Exp $ */ /* $NetBSD: field.c,v 1.3 1995/03/26 04:55:28 glass Exp $ */ /* *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: field.c,v 1.5 2003/06/03 02:56:06 millert Exp $"; #endif #endif /* not lint */ --- 34,40 ---- #if 0 static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: field.c,v 1.6 2003/07/01 01:01:28 avsm Exp $"; #endif #endif /* not lint */ *************** *** 44,49 **** --- 44,50 ---- #include #include #include + #include #include #include #include *************** *** 51,57 **** #include #include "chpass.h" - #include "pathnames.h" /* ARGSUSED */ int --- 52,57 ----