diff options
author | espie <> | 2005-08-08 08:05:37 +0000 |
---|---|---|
committer | espie <> | 2005-08-08 08:05:37 +0000 |
commit | d7398a270c9cd1b7b4d545ed70ea24384781a86c (patch) | |
tree | 5271cd28bf0b2aae56d5048737464cda4d24f702 /src/lib/libc/string/strcasestr.c | |
parent | 63dd09a8c91fcf1f022506ffd9fcf02dcb61818b (diff) | |
download | openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.gz openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.bz2 openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.zip |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'src/lib/libc/string/strcasestr.c')
-rw-r--r-- | src/lib/libc/string/strcasestr.c | 6 |
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) | ||
37 | static 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 | ||