X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fstring.h;h=62390399b0b1b7e160001abd437fd2020bfee808;hb=bd878eb024bf9cb351c9ce66db63558de2d0e395;hp=1a45fd3215c89a25a9085301b0166a7e1e9705ac;hpb=27aa818670ad6776546ee3c1ad339b68866368ef;p=oweals%2Fu-boot.git diff --git a/include/linux/string.h b/include/linux/string.h index 1a45fd3215..62390399b0 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -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