diff options
Diffstat (limited to 'src/lib/libc/string/strcasecmp.c')
| -rw-r--r-- | src/lib/libc/string/strcasecmp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libc/string/strcasecmp.c b/src/lib/libc/string/strcasecmp.c index 62da063444..2be09136c0 100644 --- a/src/lib/libc/string/strcasecmp.c +++ b/src/lib/libc/string/strcasecmp.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 1987, 1993 | 4 | * Copyright (c) 1987, 1993 |
| @@ -31,14 +31,6 @@ | |||
| 31 | 31 | ||
| 32 | #include <string.h> | 32 | #include <string.h> |
| 33 | 33 | ||
| 34 | #if defined(LIBC_SCCS) && !defined(lint) | ||
| 35 | #if 0 | ||
| 36 | static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; | ||
| 37 | #else | ||
| 38 | static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
| 39 | #endif | ||
| 40 | #endif /* LIBC_SCCS and not lint */ | ||
| 41 | |||
| 42 | typedef unsigned char u_char; | 34 | typedef unsigned char u_char; |
| 43 | 35 | ||
| 44 | /* | 36 | /* |
