|
@@ -58,14 +58,6 @@ int strncasecmp(const char *s1, const char *s2, size_t len)
|
|
|
}
|
|
|
EXPORT_SYMBOL(strncasecmp);
|
|
|
#endif
|
|
|
-#ifndef __HAVE_ARCH_STRNICMP
|
|
|
-#undef strnicmp
|
|
|
-int strnicmp(const char *s1, const char *s2, size_t len)
|
|
|
-{
|
|
|
- return strncasecmp(s1, s2, len);
|
|
|
-}
|
|
|
-EXPORT_SYMBOL(strnicmp);
|
|
|
-#endif
|
|
|
|
|
|
#ifndef __HAVE_ARCH_STRCASECMP
|
|
|
int strcasecmp(const char *s1, const char *s2)
|