aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/qemu-170-openpty.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/qemu/qemu-170-openpty.patch')
-rw-r--r--main/qemu/qemu-170-openpty.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/qemu/qemu-170-openpty.patch b/main/qemu/qemu-170-openpty.patch
deleted file mode 100644
index 3a0d051bdc..0000000000
--- a/main/qemu/qemu-170-openpty.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qemu-1.7.0.org/util/qemu-openpty.c
-+++ qemu-1.7.0/util/qemu-openpty.c
-@@ -47,6 +47,8 @@
- #elif defined CONFIG_SOLARIS
- # include <termios.h>
- # include <stropts.h>
-+#else
-+# include <termios.h>
- #endif
-
- #ifdef __sun__