Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc
This commit is contained in:
@ -11,7 +11,7 @@ int strcasecmp(const char *s1, const char *s2)
|
||||
return c1 - c2;
|
||||
}
|
||||
|
||||
int strncasecmp(const char *s1, const char *s2, int n)
|
||||
int strncasecmp(const char *s1, const char *s2, size_t n)
|
||||
{
|
||||
int c1, c2;
|
||||
|
||||
|
Reference in New Issue
Block a user