=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/passwd/local_passwd.c 2003/03/30 20:50:05 1.27 --- src/usr.bin/passwd/local_passwd.c 2003/04/28 01:40:06 1.28 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.27 2003/03/30 20:50:05 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.28 2003/04/28 01:40:06 deraadt 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.27 2003/03/30 20:50:05 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.28 2003/04/28 01:40:06 deraadt Exp $"; #endif /* not lint */ #include *************** *** 47,52 **** --- 47,53 ---- #include #include #include + #include #include #include #include