|
@@ -38,7 +38,7 @@ extern int strcmp(const char *,const char *);
|
|
|
#ifndef __HAVE_ARCH_STRNCMP
|
|
|
extern int strncmp(const char *,const char *,__kernel_size_t);
|
|
|
#endif
|
|
|
-#ifndef __HAVE_ARCH_STRNICMP
|
|
|
+#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */
|
|
|
extern int strnicmp(const char *, const char *, __kernel_size_t);
|
|
|
#endif
|
|
|
#ifndef __HAVE_ARCH_STRCHR
|