=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/passwd.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/passwd/passwd.c 2001/06/26 20:16:43 1.10 --- src/usr.bin/passwd/passwd.c 2001/07/07 00:10:49 1.11 *************** *** 1,4 **** ! /* $OpenBSD: passwd.c,v 1.10 2001/06/26 20:16:43 hin Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: passwd.c,v 1.11 2001/07/07 00:10:49 millert Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. *************** *** 40,47 **** #endif /* not lint */ #ifndef lint ! /*static char sccsid[] = "from: @(#)passwd.c 5.5 (Berkeley) 7/6/91";*/ ! static char rcsid[] = "$OpenBSD: passwd.c,v 1.10 2001/06/26 20:16:43 hin Exp $"; #endif /* not lint */ #include --- 40,47 ---- #endif /* not lint */ #ifndef lint ! /*static const char sccsid[] = "from: @(#)passwd.c 5.5 (Berkeley) 7/6/91";*/ ! static const char rcsid[] = "$OpenBSD: passwd.c,v 1.11 2001/07/07 00:10:49 millert Exp $"; #endif /* not lint */ #include