ppc: fix strncasecmp prototype
authorKumar Gala <galak@kernel.crashing.org>
Tue, 28 Mar 2006 00:26:18 +0000 (18:26 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 28 Mar 2006 00:26:18 +0000 (18:26 -0600)
commitcbd312b94ed123dc7080c9591cb715cd2a7327c0
treec46e928055b2d7f99ebca053c18a3191a07067ef
parentff2e6d7e27cf1f757ab0d97e1a9e46de47152a0e
ppc: fix strncasecmp prototype

Match, Linus's fix to arch/powerpc in arch/ppc. strcasecmp takes a size_t,
not an int, as its third argument.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/ppc/lib/strcase.c