ppc: Fix compile error in arch/ppc/lib/strcase.c
authorPaul Mackerras <paulus@samba.org>
Tue, 28 Mar 2006 10:13:44 +0000 (21:13 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 28 Mar 2006 11:10:02 +0000 (22:10 +1100)
commit056cb48a2fb6fb31debf665695a9f97b45cfb8ec
treef2c4216123dfbe0e30452fbc6b1b0b89de8824fa
parent872345b715ee02f3b45528449f0d11b44ef9ebb8
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: Paul Mackerras <paulus@samba.org>
arch/ppc/lib/strcase.c