diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2011-11-21 23:32:14 +0000 | 
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2011-11-21 23:32:14 +0000 | 
| commit | a54626e0cd898be4e2c28851d576cd5639473c19 (patch) | |
| tree | 8dad101c5f8374c88692a722459aa1ef3b724ff7 /lib/libc/string/strcasecmp.c | |
| parent | a2d8240de5d0a80c68f33462925072ab2cbeb699 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strcasecmp.c')
| -rw-r--r-- | lib/libc/string/strcasecmp.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index e173f6d04e4e..65e042e42a42 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$");  #include <ctype.h>  #include "xlocale_private.h" -typedef unsigned char u_char; -  int  strcasecmp_l(const char *s1, const char *s2, locale_t locale)  {  | 
