diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 20:43:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 20:43:08 +0000 |
commit | 4c24de8962a563b64e1b19e9d0db49fe186182c3 (patch) | |
tree | bd5d632e7a9958f96b55d0f8a889ddb56b21ffe9 /emulators/xmess | |
parent | Fix 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=65853
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c | 13 | ||||
-rw-r--r-- | emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c b/emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c new file mode 100644 index 000000000000..70c42b9da83e --- /dev/null +++ b/emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c @@ -0,0 +1,13 @@ +--- ./src/unix/sysdep/dsp-drivers/oss.c.orig Sun Sep 8 01:12:54 2002 ++++ ./src/unix/sysdep/dsp-drivers/oss.c Sun Sep 8 01:13:03 2002 +@@ -29,9 +29,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#ifdef __ARCH_freebsd +-#include <machine/soundcard.h> +-#elif defined (__ARCH_openbsd) ++#if defined (__ARCH_openbsd) + #include <soundcard.h> + #else + #include <sys/soundcard.h> diff --git a/emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c b/emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c new file mode 100644 index 000000000000..e414078ed831 --- /dev/null +++ b/emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c @@ -0,0 +1,13 @@ +--- ./src/unix/sysdep/mixer-drivers/oss.c.orig Sun Sep 8 01:13:30 2002 ++++ ./src/unix/sysdep/mixer-drivers/oss.c Sun Sep 8 01:13:35 2002 +@@ -28,9 +28,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#ifdef __ARCH_freebsd +-#include <machine/soundcard.h> +-#elif defined (__ARCH_openbsd) ++#if defined (__ARCH_openbsd) + #include <soundcard.h> + #else + #include <sys/soundcard.h> |