projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refresh patches
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
225-string_lib_useful_exports.patch
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
0d6d1fa
..
8ba194b
100644
(file)
--- 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;
@@ -50,6 +50,7 @@ int strnicmp(const char *s1, const char
}
return (int)c1 - (int)c2;
This page took
0.021485 seconds
and
4
git commands to generate.