From 174df1bc12ff2f24857ae43fdbb40ad449bb9bc1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 31 Jan 2014 12:03:48 +0100 Subject: fix qemu build for older kernels --- package/qemu/patches/patch-linux-user_syscall_c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'package/qemu/patches') diff --git a/package/qemu/patches/patch-linux-user_syscall_c b/package/qemu/patches/patch-linux-user_syscall_c index 21c9afef5..1eba70417 100644 --- a/package/qemu/patches/patch-linux-user_syscall_c +++ b/package/qemu/patches/patch-linux-user_syscall_c @@ -1,11 +1,22 @@ --- qemu-1.7.0.orig/linux-user/syscall.c 2013-11-27 23:15:55.000000000 +0100 -+++ qemu-1.7.0/linux-user/syscall.c 2014-01-30 12:14:53.751964593 +0100 -@@ -94,7 +94,7 @@ int __clone2(int (*fn)(void *), void *ch ++++ qemu-1.7.0/linux-user/syscall.c 2014-01-31 09:51:34.051058876 +0100 +@@ -64,6 +64,7 @@ int __clone2(int (*fn)(void *), void *ch + #include + #include + #include ++#include + #include + #include "qemu-common.h" + #ifdef TARGET_GPROF +@@ -94,7 +95,11 @@ int __clone2(int (*fn)(void *), void *ch #include #include #include --#include ++#if LINUX_VERSION_CODE <= KERNEL_VERSION(3,11,0) + #include ++#else +#include ++#endif #include #include #include -- cgit v1.2.3