diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 01:00:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 01:00:39 +0200 |
commit | 983bebbea304f65daf5baa9a913e66ff6e8fa6ba (patch) | |
tree | 76eb88e8393b7bd589ccd7d6fad24b26998ed9a9 /include | |
parent | ac2e2b82bc5c7228436b95b213efa9c73d669c65 (diff) | |
download | u-boot-imx-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.zip u-boot-imx-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.tar.gz u-boot-imx-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.tar.bz2 |
Scheduled for removal: strnicmp() which is unused
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index 1a45fd3..6239039 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 |