From d7398a270c9cd1b7b4d545ed70ea24384781a86c Mon Sep 17 00:00:00 2001 From: espie <> Date: Mon, 8 Aug 2005 08:05:37 +0000 Subject: zap remaining rcsid. Kill old files that are no longer compiled. okay theo --- src/lib/libc/string/strcasestr.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/string/strcasestr.c') 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 @@ -/* $OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $ */ +/* $OpenBSD: strcasestr.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */ /*- @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include -- cgit v1.2.3-55-g6feb