summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-ad')
-rw-r--r--emulators/qemu/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/qemu/patches/patch-ad b/emulators/qemu/patches/patch-ad
new file mode 100644
index 00000000000..f83b60e53d0
--- /dev/null
+++ b/emulators/qemu/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2004/11/09 13:05:34 xtraeme Exp $
+
+--- oss.c.orig 2004-07-10 21:20:09.000000000 +0300
++++ oss.c
+@@ -23,7 +23,7 @@
+ */
+ #include "vl.h"
+
+-#if !defined(_WIN32) && !defined(__APPLE__)
++#if !defined(_WIN32) && !defined(__APPLE__) && !defined(_BSD)
+ #include <ctype.h>
+ #include <fcntl.h>
+ #include <errno.h>