From 9b60eb478ae4be622b4981058af6a1817539cddc Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 17 Mar 2012 11:55:59 +0000 Subject: remove support for old kernels SVN-Revision: 30963 --- target/linux/uml/patches-3.0/002-export___sprintf_chk.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/uml/patches-3.0/002-export___sprintf_chk.patch (limited to 'target/linux/uml/patches-3.0/002-export___sprintf_chk.patch') 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 cda1ffe..0000000 --- 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); -- cgit v1.1