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

Approved by:	brooks (mentor)
This commit is contained in:
David Chisnall 2011-11-21 23:32:14 +00:00
parent a2d8240de5
commit a54626e0cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227807

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