aboutsummaryrefslogtreecommitdiff
path: root/emulators/xsystem35/files/patch-src::audio_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xsystem35/files/patch-src::audio_oss.c')
-rw-r--r--emulators/xsystem35/files/patch-src::audio_oss.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xsystem35/files/patch-src::audio_oss.c b/emulators/xsystem35/files/patch-src::audio_oss.c
new file mode 100644
index 000000000000..cc15840892c9
--- /dev/null
+++ b/emulators/xsystem35/files/patch-src::audio_oss.c
@@ -0,0 +1,13 @@
+--- ./src/audio_oss.c.orig Sun Sep 8 03:18:56 2002
++++ ./src/audio_oss.c Sun Sep 8 03:19:06 2002
+@@ -33,9 +33,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#if defined(__FreeBSD__)
+-#include <machine/soundcard.h>
+-#elif defined(__OpenBSD__) || defined(__NetBSD__)
++#if defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>