summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 10:22:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 10:22:25 +0000
commit3b71e09158e04968a7cf911d372340ab19f5269d (patch)
tree2a2ee6ebb622d0d9b1cbd5cedf796df535d5ab87 /emulators/xsystem35
parentFix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff)
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes: svn path=/head/; revision=65834
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r--emulators/xsystem35/files/patch-src::audio_oss.c13
-rw-r--r--emulators/xsystem35/files/patch-src::midi.rawmidi.c13
-rw-r--r--emulators/xsystem35/files/patch-src::mixer_oss.c13
3 files changed, 39 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>
diff --git a/emulators/xsystem35/files/patch-src::midi.rawmidi.c b/emulators/xsystem35/files/patch-src::midi.rawmidi.c
new file mode 100644
index 000000000000..907e2e820731
--- /dev/null
+++ b/emulators/xsystem35/files/patch-src::midi.rawmidi.c
@@ -0,0 +1,13 @@
+--- ./src/midi.rawmidi.c.orig Sun Sep 8 03:19:30 2002
++++ ./src/midi.rawmidi.c Sun Sep 8 03:20:02 2002
+@@ -39,9 +39,7 @@
+ #include <fcntl.h>
+
+ #ifdef ENABLE_MIDI_SEQMIDI
+-#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>
diff --git a/emulators/xsystem35/files/patch-src::mixer_oss.c b/emulators/xsystem35/files/patch-src::mixer_oss.c
new file mode 100644
index 000000000000..c17bc77102b0
--- /dev/null
+++ b/emulators/xsystem35/files/patch-src::mixer_oss.c
@@ -0,0 +1,13 @@
+--- ./src/mixer_oss.c.orig Sun Sep 8 03:19:34 2002
++++ ./src/mixer_oss.c Sun Sep 8 03:19:40 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>