summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pw_dup.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-08 08:05:33 +0000
committerespie <espie@openbsd.org>2005-08-08 08:05:33 +0000
commitc2c925dec2134a12f472359f2a189e9a312dd721 (patch)
tree474bc5d8051a3cf6a18b0b801aab619000426fe0 /lib/libc/gen/pw_dup.c
parentsync (diff)
downloadwireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.tar.xz
wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.zip
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>