mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
(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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue