aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
diff options
context:
space:
mode:
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.patch6
1 files changed, 2 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 0d6d1fadb1..8ba194b6fe 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
@@ -1,7 +1,5 @@
-Index: linux-2.4.35.4/lib/string.c
-===================================================================
---- linux-2.4.35.4.orig/lib/string.c
-+++ linux-2.4.35.4/lib/string.c
+--- a/lib/string.c
++++ b/lib/string.c
@@ -50,6 +50,7 @@ int strnicmp(const char *s1, const char
}
return (int)c1 - (int)c2;