(Hopefully) Fix the build with clang by removing a typedef that's no longer needed.

Approved by:	brooks (mentor)
This commit is contained in:
theraven 2011-11-21 23:32:14 +00:00
parent e8ee756732
commit 3be48b6d59

View File

@ -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)
{