Skip to content

Commit

Permalink
ppc: Fix compile error in arch/ppc/lib/strcase.c
Browse files Browse the repository at this point in the history
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: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Mar 28, 2006
1 parent 872345b commit 056cb48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ppc/lib/strcase.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/ctype.h>
#include <linux/types.h>

int strcasecmp(const char *s1, const char *s2)
{
Expand Down

0 comments on commit 056cb48

Please sign in to comment.