summaryrefslogtreecommitdiff
path: root/package/qemu/patches/patch-linux-user_syscall_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-31 13:05:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-31 13:05:51 +0100
commit86e8cf36b2a60da11121a814f65a28572943b72b (patch)
tree079f23f12b530acabc94e44ba44eb580b58a5760 /package/qemu/patches/patch-linux-user_syscall_c
parentb9babb54de7c6e7466eb646517b28e998e10461e (diff)
parent174df1bc12ff2f24857ae43fdbb40ad449bb9bc1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/qemu/patches/patch-linux-user_syscall_c')
-rw-r--r--package/qemu/patches/patch-linux-user_syscall_c22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/qemu/patches/patch-linux-user_syscall_c b/package/qemu/patches/patch-linux-user_syscall_c
new file mode 100644
index 000000000..1eba70417
--- /dev/null
+++ b/package/qemu/patches/patch-linux-user_syscall_c
@@ -0,0 +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-31 09:51:34.051058876 +0100
+@@ -64,6 +64,7 @@ int __clone2(int (*fn)(void *), void *ch
+ #include <netinet/ip.h>
+ #include <netinet/tcp.h>
+ #include <linux/wireless.h>
++#include <linux/version.h>
+ #include <linux/icmp.h>
+ #include "qemu-common.h"
+ #ifdef TARGET_GPROF
+@@ -94,7 +95,11 @@ int __clone2(int (*fn)(void *), void *ch
+ #include <linux/utsname.h>
+ #include <linux/cdrom.h>
+ #include <linux/hdreg.h>
++#if LINUX_VERSION_CODE <= KERNEL_VERSION(3,11,0)
+ #include <linux/soundcard.h>
++#else
++#include <linux/soundcard.h.oss3>
++#endif
+ #include <linux/kd.h>
+ #include <linux/mtio.h>
+ #include <linux/fs.h>