summaryrefslogtreecommitdiff
path: root/usr.bin/chpass/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chpass/util.c')
-rw-r--r--usr.bin/chpass/util.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c
index 64c13d1d848..8e9c5e99bcf 100644
--- a/usr.bin/chpass/util.c
+++ b/usr.bin/chpass/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.11 2009/03/05 20:53:13 millert Exp $ */
+/* $OpenBSD: util.c,v 1.12 2009/10/27 23:59:36 deraadt Exp $ */
/* $NetBSD: util.c,v 1.4 1995/03/26 04:55:35 glass Exp $ */
/*-
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94";
-#else
-static char rcsid[] = "$OpenBSD: util.c,v 1.11 2009/03/05 20:53:13 millert Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/types.h>
#include <ctype.h>