summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-ac')
-rw-r--r--emulators/qemu/patches/patch-ac22
1 files changed, 17 insertions, 5 deletions
diff --git a/emulators/qemu/patches/patch-ac b/emulators/qemu/patches/patch-ac
index 42e2b6ed854..42b00b339a6 100644
--- a/emulators/qemu/patches/patch-ac
+++ b/emulators/qemu/patches/patch-ac
@@ -1,8 +1,20 @@
-$NetBSD: patch-ac,v 1.3 2005/05/25 18:04:57 dbj Exp $
+$NetBSD: patch-ac,v 1.4 2005/11/04 21:09:15 dbj Exp $
---- vl.c.orig Wed Apr 27 16:52:05 2005
-+++ vl.c Wed May 25 11:42:18 2005
-@@ -43,8 +43,10 @@
+--- vl.c.orig 2005-04-27 16:52:05.000000000 -0400
++++ vl.c
+@@ -34,7 +34,11 @@
+ #include <sys/times.h>
+ #include <sys/wait.h>
+ #include <termios.h>
++#ifdef __APPLE__
++#include "fakepoll.h"
++#else
+ #include <sys/poll.h>
++#endif
+ #include <sys/mman.h>
+ #include <sys/ioctl.h>
+ #include <sys/socket.h>
+@@ -43,8 +47,10 @@
#ifdef _BSD
#include <sys/stat.h>
#ifndef __APPLE__
@@ -13,7 +25,7 @@ $NetBSD: patch-ac,v 1.3 2005/05/25 18:04:57 dbj Exp $
#else
#include <linux/if.h>
#include <linux/if_tun.h>
-@@ -68,7 +70,7 @@
+@@ -68,7 +74,7 @@
#ifdef CONFIG_SDL
#ifdef __APPLE__