From 3fa00c8a16cdbd8bed631606844e8f881ceec399 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 22 Feb 2014 12:52:17 +0100 Subject: some try to fix --- package/strace/patches/patch-syscall_c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'package/strace/patches/patch-syscall_c') diff --git a/package/strace/patches/patch-syscall_c b/package/strace/patches/patch-syscall_c index 3f15e9297..ec944e5b0 100644 --- a/package/strace/patches/patch-syscall_c +++ b/package/strace/patches/patch-syscall_c @@ -1,5 +1,5 @@ --- strace-4.8.orig/syscall.c 2013-05-14 16:10:42.000000000 +0200 -+++ strace-4.8/syscall.c 2013-10-25 14:52:35.000000000 +0200 ++++ strace-4.8/syscall.c 2014-01-23 19:57:19.000000000 +0100 @@ -40,17 +40,6 @@ # ifndef PTRACE_PEEKUSR # define PTRACE_PEEKUSR PTRACE_PEEKUSER @@ -18,3 +18,18 @@ #endif #if defined(SPARC64) +@@ -72,13 +61,7 @@ + # include + #endif + +-#if defined(AARCH64) +-# include +-#endif +- +-#if defined(XTENSA) +-# include +-#endif ++#include + + #ifndef ERESTARTSYS + # define ERESTARTSYS 512 -- cgit v1.2.3