From 3be48b6d59eed7d8eadd7974014c5cf08eb38e9a Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 21 Nov 2011 23:32:14 +0000 Subject: (Hopefully) Fix the build with clang by removing a typedef that's no longer needed. Approved by: brooks (mentor) --- lib/libc/string/strcasecmp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index e173f6d..65e042e 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$"); #include #include "xlocale_private.h" -typedef unsigned char u_char; - int strcasecmp_l(const char *s1, const char *s2, locale_t locale) { -- cgit v1.1