summaryrefslogtreecommitdiff
path: root/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-11-19 18:39:12 +0000
committerJonas Gorski <jogo@openwrt.org>2011-11-19 18:39:12 +0000
commit8bac0df4aefa6fedf0a7f2e05e936d9e5d658863 (patch)
treea45f5ffecac1c554723bdefb07e0931947cbc809 /target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
parenta97304cf61f18ec35c4f9305970ed0014f83b6d4 (diff)
downloadmtk-20170518-8bac0df4aefa6fedf0a7f2e05e936d9e5d658863.zip
mtk-20170518-8bac0df4aefa6fedf0a7f2e05e936d9e5d658863.tar.gz
mtk-20170518-8bac0df4aefa6fedf0a7f2e05e936d9e5d658863.tar.bz2
linux: update 3.0 to 3.0.9
SVN-Revision: 29264
Diffstat (limited to 'target/linux/uml/patches-3.0/002-export___sprintf_chk.patch')
-rw-r--r--target/linux/uml/patches-3.0/002-export___sprintf_chk.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch b/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
index 1d3cf49..cda1ffe 100644
--- a/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
+++ b/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
@@ -1,8 +1,6 @@
-diff --git a/arch/um/os-Linux/user_syms.c b/arch/um/os-Linux/user_syms.c
-index 05f5ea8..9e71e7e 100644
--- a/arch/um/os-Linux/user_syms.c
+++ b/arch/um/os-Linux/user_syms.c
-@@ -18,6 +18,9 @@ extern void *memmove(void *, const void *, size_t);
+@@ -18,6 +18,9 @@ extern void *memmove(void *, const void
extern void *memset(void *, int, size_t);
extern int printf(const char *, ...);