Commit 056cb48a authored by Paul Mackerras's avatar Paul Mackerras

ppc: Fix compile error in arch/ppc/lib/strcase.c

Now that the strncasecmp implementation takes a size_t third parameter,
we need to get a definition of size_t from somewhere.
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 872345b7
#include <linux/ctype.h> #include <linux/ctype.h>
#include <linux/types.h>
int strcasecmp(const char *s1, const char *s2) int strcasecmp(const char *s1, const char *s2)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment