From 805b398386e9f1b8a2772f0f76b01732606853f7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 15 Dec 2006 08:17:38 +0000 Subject: - Update to 20061214 - Fix physical device access PR: ports/106727 Submitted by: Juergen Lock (maintainer) --- emulators/qemu-devel/files/patch-block-raw.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emulators/qemu-devel/files/patch-block-raw.c') diff --git a/emulators/qemu-devel/files/patch-block-raw.c b/emulators/qemu-devel/files/patch-block-raw.c index c3a83f27994a..e4690530bf43 100644 --- a/emulators/qemu-devel/files/patch-block-raw.c +++ b/emulators/qemu-devel/files/patch-block-raw.c @@ -1,4 +1,14 @@ Index: qemu/block-raw.c +@@ -51,6 +51,9 @@ + #include + #include + #endif ++#if defined(__FreeBSD__) && __FreeBSD__ > 4 ++#include ++#endif + + //#define DEBUG_FLOPPY + @@ -164,9 +164,20 @@ static int aio_sig_num = SIGUSR2; static RawAIOCB *first_aio; /* AIO issued */ -- cgit v1.2.3