(Hopefully) Fix the build with clang by removing a typedef that's no longer needed.
Approved by: brooks (mentor)
This commit is contained in:
parent
a2d8240de5
commit
a54626e0cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227807
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user