Scheduled for removal: strnicmp() which is unused

This commit is contained in:
Wolfgang Denk 2006-05-03 01:00:39 +02:00
parent ac2e2b82bc
commit 983bebbea3
3 changed files with 8 additions and 2 deletions

View file

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