summaryrefslogtreecommitdiff
path: root/lib/libc/gen/pw_dup.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-08 08:05:39 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-08 08:05:39 +0000
commit09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch)
tree29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/gen/pw_dup.c
parent1c72a646a8e39b93297b437918b3b1471ce8e77a (diff)
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'lib/libc/gen/pw_dup.c')
-rw-r--r--lib/libc/gen/pw_dup.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/gen/pw_dup.c b/lib/libc/gen/pw_dup.c
index e212ff9c258..da7b6b034dd 100644
--- a/lib/libc/gen/pw_dup.c
+++ b/lib/libc/gen/pw_dup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pw_dup.c,v 1.6 2005/02/27 22:13:10 pat Exp $ */
+/* $OpenBSD: pw_dup.c,v 1.7 2005/08/08 08:05:34 espie Exp $ */
/*
* Copyright (c) 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -20,10 +20,6 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: pw_dup.c,v 1.6 2005/02/27 22:13:10 pat Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <pwd.h>