diff options
author | dbj <dbj@pkgsrc.org> | 2006-08-21 17:23:52 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2006-08-21 17:23:52 +0000 |
commit | 756802b924721278d7e6a5e847095417b24458bb (patch) | |
tree | beccb72470e335545b795f8368087542418554b4 /emulators/qemu/patches | |
parent | a974c623da1dd69885f46f28562aad744b3dad83 (diff) | |
download | pkgsrc-756802b924721278d7e6a5e847095417b24458bb.tar.gz |
remove references to fakepoll.h used on darwin, since the actual
header seems to have already been accidentally removed, and more
recent versions of darwin appear to have a working poll
Diffstat (limited to 'emulators/qemu/patches')
-rw-r--r-- | emulators/qemu/patches/patch-ac | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/emulators/qemu/patches/patch-ac b/emulators/qemu/patches/patch-ac index 44dcf1dae86..4f6e49c91d9 100644 --- a/emulators/qemu/patches/patch-ac +++ b/emulators/qemu/patches/patch-ac @@ -1,19 +1,7 @@ -$NetBSD: patch-ac,v 1.6 2006/05/06 18:09:53 xtraeme Exp $ +$NetBSD: patch-ac,v 1.7 2006/08/21 17:23:52 dbj Exp $ --- vl.c.orig 2006-05-06 19:22:32.000000000 +0200 +++ vl.c 2006-05-06 19:28:25.000000000 +0200 -@@ -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,7 +47,7 @@ #include <netdb.h> #ifdef _BSD |