summaryrefslogtreecommitdiffstats
path: root/lib/libutil/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/passwd.c')
-rw-r--r--lib/libutil/passwd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libutil/passwd.c b/lib/libutil/passwd.c
index ba7a0a52622..b176234dcf5 100644
--- a/lib/libutil/passwd.c
+++ b/lib/libutil/passwd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: passwd.c,v 1.45 2004/11/04 18:44:59 millert Exp $ */
+/* $OpenBSD: passwd.c,v 1.46 2005/08/02 21:46:23 espie Exp $ */
/*
* Copyright (c) 1987, 1993, 1994, 1995
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: passwd.c,v 1.45 2004/11/04 18:44:59 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>