summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strcasestr.c')
-rw-r--r--src/lib/libc/string/strcasestr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/strcasestr.c b/src/lib/libc/string/strcasestr.c
index 075e6f1987..07c8c2e8fb 100644
--- a/src/lib/libc/string/strcasestr.c
+++ b/src/lib/libc/string/strcasestr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $ */ 1/* $OpenBSD: strcasestr.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */
2/* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */ 2/* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */
3 3
4/*- 4/*-
@@ -33,10 +33,6 @@
33 * SUCH DAMAGE. 33 * SUCH DAMAGE.
34 */ 34 */
35 35
36#if defined(LIBC_SCCS) && !defined(lint)
37static char *rcsid = "$OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $";
38#endif /* LIBC_SCCS and not lint */
39
40#include <ctype.h> 36#include <ctype.h>
41#include <string.h> 37#include <string.h>
42 38