diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-16 12:18:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-16 12:18:58 +0200 |
commit | 3b48823deb131aeeabc4786081cb2bbcb68bbba5 (patch) | |
tree | 3dfeced6eb0453cd18d5c1d5ce6a2480f8906417 /package/qemu/patches/patch-linux-user_syscall_c | |
parent | 84655be8f4505905ec45fb9704137ad95b0b40cf (diff) |
update qemu to latest upstream version, remove oss header patch
Diffstat (limited to 'package/qemu/patches/patch-linux-user_syscall_c')
-rw-r--r-- | package/qemu/patches/patch-linux-user_syscall_c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/qemu/patches/patch-linux-user_syscall_c b/package/qemu/patches/patch-linux-user_syscall_c deleted file mode 100644 index 8aee9c93b..000000000 --- a/package/qemu/patches/patch-linux-user_syscall_c +++ /dev/null @@ -1,27 +0,0 @@ ---- qemu-2.2.0.orig/linux-user/syscall.c 2014-12-09 08:45:43.000000000 -0600 -+++ qemu-2.2.0/linux-user/syscall.c 2015-01-15 20:18:47.215154181 -0600 -@@ -44,6 +44,7 @@ - #include <sys/mman.h> - #include <sys/swap.h> - #include <linux/capability.h> -+#include <linux/version.h> - #include <signal.h> - #include <sched.h> - #ifdef __ia64__ -@@ -96,6 +97,16 @@ int __clone2(int (*fn)(void *), void *ch - #include <linux/unistd.h> - #include <linux/cdrom.h> - #include <linux/hdreg.h> -+#ifdef NATIVE -+#if LINUX_VERSION_CODE <= KERNEL_VERSION(3,11,0) -+#include <linux/soundcard.h> -+#else -+#include <linux/soundcard.h.oss3> -+#endif -+#else -+#include <linux/soundcard.h> -+#endif -+ - #include <linux/soundcard.h> - #include <linux/kd.h> - #include <linux/mtio.h> |