aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-03-17 11:55:59 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-03-17 11:55:59 +0000
commit9b60eb478ae4be622b4981058af6a1817539cddc (patch)
tree1405ce08f05d3f31c8562d56d4ec46e438018f42 /target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
parenta2a18fe1ea24005bc93a06a7a882ee49672c3e50 (diff)
downloadupstream-9b60eb478ae4be622b4981058af6a1817539cddc.tar.gz
upstream-9b60eb478ae4be622b4981058af6a1817539cddc.tar.bz2
upstream-9b60eb478ae4be622b4981058af6a1817539cddc.zip
remove support for old kernels
SVN-Revision: 30963
Diffstat (limited to 'target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch')
-rw-r--r--target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch b/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
deleted file mode 100644
index 1d3cf4911a..0000000000
--- a/target/linux/uml/patches-2.6.39/002-export___sprintf_chk.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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);
- extern void *memset(void *, int, size_t);
- extern int printf(const char *, ...);
-
-+extern int __sprintf_chk(char *str, int flag, size_t strlen, const char *format);
-+EXPORT_SYMBOL(__sprintf_chk);
-+
- /* If it's not defined, the export is included in lib/string.c.*/
- #ifdef __HAVE_ARCH_STRSTR
- EXPORT_SYMBOL(strstr);