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)
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>

No differences found