summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcasecmp.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/string/strcasecmp.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/string/strcasecmp.c')
-rw-r--r--lib/libc/string/strcasecmp.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c
index 62da0634445..2be09136c07 100644
--- a/lib/libc/string/strcasecmp.c
+++ b/lib/libc/string/strcasecmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */
+/* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -31,14 +31,6 @@
#include <string.h>
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
-#else
-static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
typedef unsigned char u_char;
/*