summaryrefslogtreecommitdiff
path: root/package/qemu/patches/patch-linux-user_syscall_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/qemu/patches/patch-linux-user_syscall_c')
-rw-r--r--package/qemu/patches/patch-linux-user_syscall_c27
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>