aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-09-10 10:06:35 +0000
committerAndy Boyett <agb@openwrt.org>2009-09-10 10:06:35 +0000
commitde6adea9ff93ccb4bb4a2239bef7c76e412c6171 (patch)
tree93fb831db8afcd45b296223df73c742c2f2b526a /target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
parent579617f85b516e003d9c91ac163d38591bca89f0 (diff)
downloadmaster-187ad058-de6adea9ff93ccb4bb4a2239bef7c76e412c6171.tar.gz
master-187ad058-de6adea9ff93ccb4bb4a2239bef7c76e412c6171.tar.bz2
master-187ad058-de6adea9ff93ccb4bb4a2239bef7c76e412c6171.zip
[generic-2.4] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17553 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch')
-rw-r--r--target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch b/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
index 8ba194b6fe..51ec27fbac 100644
--- a/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
+++ b/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
@@ -136,7 +136,7 @@
#endif
#ifndef __HAVE_ARCH_MEMCMP
-@@ -458,6 +475,7 @@ int memcmp(const void * cs,const void *
+@@ -459,6 +476,7 @@ int memcmp(const void * cs,const void *
break;
return res;
}
@@ -144,7 +144,7 @@
#endif
#ifndef __HAVE_ARCH_MEMSCAN
-@@ -482,6 +500,7 @@ void * memscan(void * addr, int c, size_
+@@ -483,6 +501,7 @@ void * memscan(void * addr, int c, size_
}
return (void *) p;
}
@@ -152,7 +152,7 @@
#endif
#ifndef __HAVE_ARCH_STRSTR
-@@ -506,6 +525,7 @@ char * strstr(const char * s1,const char
+@@ -507,6 +526,7 @@ char * strstr(const char * s1,const char
}
return NULL;
}
@@ -160,7 +160,7 @@
#endif
#ifndef __HAVE_ARCH_MEMCHR
-@@ -528,5 +548,5 @@ void *memchr(const void *s, int c, size_
+@@ -529,5 +549,5 @@ void *memchr(const void *s, int c, size_
}
return NULL;
}