From 4c24de8962a563b64e1b19e9d0db49fe186182c3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 8 Sep 2002 20:43:08 +0000 Subject: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) --- .../xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c | 13 +++++++++++++ .../files/patch-src-unix::sysdep::mixer-drivers::oss.c | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c create mode 100644 emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c (limited to 'emulators/xmess') 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 + #include + #include +-#ifdef __ARCH_freebsd +-#include +-#elif defined (__ARCH_openbsd) ++#if defined (__ARCH_openbsd) + #include + #else + #include 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 + #include + #include +-#ifdef __ARCH_freebsd +-#include +-#elif defined (__ARCH_openbsd) ++#if defined (__ARCH_openbsd) + #include + #else + #include -- cgit v1.2.3