summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getsubopt.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/stdlib/getsubopt.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/stdlib/getsubopt.c')
-rw-r--r--lib/libc/stdlib/getsubopt.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c
index dfd7a50bd89..735c85ba8a7 100644
--- a/lib/libc/stdlib/getsubopt.c
+++ b/lib/libc/stdlib/getsubopt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $ */
+/* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -29,14 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93";
-#else
-static char rcsid[] = "$OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $";
-#endif
-#endif /* not lint */
-
#include <unistd.h>
#include <stdlib.h>
#include <string.h>