From 79e6ccdde5e38095d21663064e9cc43dfedef6fe Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Jun 2007 16:45:40 +0000 Subject: =?UTF-8?q?2007-06-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shttpd/defs.h: Eliminate my_strncasecmp. * shttpd/string.c: Eliminate my_strncasecmp. --- cpukit/shttpd/string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/shttpd/string.c') diff --git a/cpukit/shttpd/string.c b/cpukit/shttpd/string.c index 34e5a721fa..d77f32c417 100644 --- a/cpukit/shttpd/string.c +++ b/cpukit/shttpd/string.c @@ -20,6 +20,7 @@ my_strlcpy(register char *dst, register const char *src, size_t n) } #endif +#ifndef HAVE_STRNCASECMP int my_strncasecmp(const char *str1, const char *str2, size_t len) { @@ -33,6 +34,7 @@ my_strncasecmp(const char *str1, const char *str2, size_t len) return (ret); } +#endif #ifndef HAVE_STRNDUP char * -- cgit v1.2.3