diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-23 12:05:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-23 12:05:44 +0000 |
commit | 1eeff91ada5cc316de36f5b28e5124c6c7c4edbd (patch) | |
tree | e864c8e286306ca0f0ce6081e4b6535eafe3bfca /target/linux/uml/patches/003-memcpy_x86_64_fix.patch | |
parent | 60132f56f74f6a6881173372094e58de06b14fe5 (diff) | |
download | mtk-20170518-1eeff91ada5cc316de36f5b28e5124c6c7c4edbd.zip mtk-20170518-1eeff91ada5cc316de36f5b28e5124c6c7c4edbd.tar.gz mtk-20170518-1eeff91ada5cc316de36f5b28e5124c6c7c4edbd.tar.bz2 |
uml: refresh patches
SVN-Revision: 17684
Diffstat (limited to 'target/linux/uml/patches/003-memcpy_x86_64_fix.patch')
-rw-r--r-- | target/linux/uml/patches/003-memcpy_x86_64_fix.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/uml/patches/003-memcpy_x86_64_fix.patch b/target/linux/uml/patches/003-memcpy_x86_64_fix.patch index c15828c..d792005 100644 --- a/target/linux/uml/patches/003-memcpy_x86_64_fix.patch +++ b/target/linux/uml/patches/003-memcpy_x86_64_fix.patch @@ -1,6 +1,6 @@ ---- a/arch/um/os-Linux/user_syms.c 2009-08-16 23:19:38.000000000 +0200 -+++ b/arch/um/os-Linux/user_syms.c 2009-09-01 17:05:40.000000000 +0200 -@@ -23,10 +23,8 @@ +--- a/arch/um/os-Linux/user_syms.c ++++ b/arch/um/os-Linux/user_syms.c +@@ -23,10 +23,8 @@ extern int printf(const char *, ...); EXPORT_SYMBOL(strstr); #endif @@ -11,8 +11,8 @@ EXPORT_SYMBOL(memmove); EXPORT_SYMBOL(memset); ---- a/arch/um/sys-x86_64/ksyms.c 2009-08-16 23:19:38.000000000 +0200 -+++ b/arch/um/sys-x86_64/ksyms.c 2009-09-01 17:13:47.000000000 +0200 +--- a/arch/um/sys-x86_64/ksyms.c ++++ b/arch/um/sys-x86_64/ksyms.c @@ -2,10 +2,5 @@ #include <asm/string.h> #include <asm/checksum.h> |