X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_generic%2Fstring.c;h=181eda614993167894f9a172d81c1b713cd30e2b;hb=f33cb34b3971dabe3720d577b0e1b8601c09fe17;hp=0e99d1b2b50cc9200da6dc49de3a35a858490a90;hpb=e5e98edd77d7703ffe2051c7030fa7a00dbbcfc4;p=u-boot diff --git a/lib_generic/string.c b/lib_generic/string.c index 0e99d1b2b5..181eda6149 100644 --- a/lib_generic/string.c +++ b/lib_generic/string.c @@ -21,7 +21,7 @@ #include -#ifndef __HAVE_ARCH_STRNICMP +#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */ /** * strnicmp - Case insensitive, length-limited string comparison * @s1: One string @@ -263,7 +263,7 @@ char * strdup(const char *s) #ifndef __HAVE_ARCH_STRSPN /** * strspn - Calculate the length of the initial substring of @s which only - * contain letters in @accept + * contain letters in @accept * @s: The string to be searched * @accept: The string to search for */