powerpc: fix strncasecmp prototype
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:41:40 +0000 (09:41 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:41:40 +0000 (09:41 -0800)
commit3cbb90a9cb7854b1110663919d5bc3da3f46d5e3
treeb7bf16e3e9b44dfaa7d5bff3c612a6ab72bd7169
parent1b9a3917366028cc451a98dd22e3bcd537d4e5c1
powerpc: fix strncasecmp prototype

It takes a size_t, not an int, as its third argument.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/powerpc/lib/strcase.c
include/asm-powerpc/string.h