From b2184c314de0af9788ce505b413030d2114cfa4a Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 19 Nov 2002 23:01:07 +0000 Subject: =?UTF-8?q?*=20Patch=20by=20Daniel=20Engstr=F6m,=2018=20Nov=202002?= =?UTF-8?q?:=20=20=20Fixes=20for=20x86=20port=20(mostly=20strings=20issues?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Patch by Ken Chou, 18 Nov 2002: Fix for natsemi NIC cards (DP83815) * Patch by Pierre Aubert, 19 Nov 2002: fix a bug for the MII configuration, and some warnings --- lib_generic/string.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'lib_generic') diff --git a/lib_generic/string.c b/lib_generic/string.c index 1e1e2e33f..f4d245725 100644 --- a/lib_generic/string.c +++ b/lib_generic/string.c @@ -20,30 +20,6 @@ #include #include -#ifdef CONFIG_ARM -#undef __HAVE_ARCH_MEMCMP -#undef __HAVE_ARCH_MEMCPY -#undef __HAVE_ARCH_MEMMOVE -#undef __HAVE_ARCH_MEMSET -#undef __HAVE_ARCH_BCOPY -#undef __HAVE_ARCH_STRCAT -#undef __HAVE_ARCH_STRCHR -#undef __HAVE_ARCH_STRCMP -#undef __HAVE_ARCH_STRCPY -#undef __HAVE_ARCH_STRLEN -#undef __HAVE_ARCH_STRNCPY -#else -#define __HAVE_ARCH_MEMCMP -#define __HAVE_ARCH_MEMCPY -#define __HAVE_ARCH_MEMMOVE -#define __HAVE_ARCH_MEMSET -#define __HAVE_ARCH_BCOPY -#define __HAVE_ARCH_STRCAT -#define __HAVE_ARCH_STRCMP -#define __HAVE_ARCH_STRCPY -#define __HAVE_ARCH_STRLEN -#define __HAVE_ARCH_STRNCPY -#endif #ifndef __HAVE_ARCH_STRNICMP /** -- cgit v1.2.3