From 3603f5b07a4fe216f0ea297668c3817d9266c994 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 19 Jan 2009 05:20:02 +0000 Subject: [PATCH] fix the old strace version on arm git-svn-id: svn://svn.openwrt.org/openwrt/packages@14101 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/strace/patches-4.5.16/004-no_cacheflush.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 utils/strace/patches-4.5.16/004-no_cacheflush.patch diff --git a/utils/strace/patches-4.5.16/004-no_cacheflush.patch b/utils/strace/patches-4.5.16/004-no_cacheflush.patch new file mode 100644 index 000000000..0a131437f --- /dev/null +++ b/utils/strace/patches-4.5.16/004-no_cacheflush.patch @@ -0,0 +1,13 @@ +--- a/system.c ++++ b/system.c +@@ -70,10 +70,6 @@ + #include + #endif + +-#ifdef SYS_cacheflush +-#include +-#endif +- + #ifdef HAVE_LINUX_USTNAME_H + #include + #endif