summaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-17 11:55:59 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-17 11:55:59 +0000
commitf7aa21af67c29fa2a0345fc0ab5b55fd66b38cce (patch)
tree998ddb3b6f2f70e4e890ac8580790e2fb6edba0f /target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
parentf44d14c5d138476aba2016a00632175ee675617c (diff)
[uml] remove support for old kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30963 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index cda1ffe6f..000000000
--- a/target/linux/uml/patches-3.0/002-export___sprintf_chk.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
- 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);