=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/passwd/local_passwd.c 2008/11/06 05:35:56 1.39 --- src/usr.bin/passwd/local_passwd.c 2009/10/27 23:59:41 1.40 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.39 2008/11/06 05:35:56 djm Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.40 2009/10/27 23:59:41 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 28,38 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #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.39 2008/11/06 05:35:56 djm Exp $"; - #endif /* not lint */ #include #include --- 28,33 ----