diff options
Diffstat (limited to 'emulators/xmame/files/patch-src::unix::sysdep::mixer-drivers::oss.c')
-rw-r--r-- | emulators/xmame/files/patch-src::unix::sysdep::mixer-drivers::oss.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/xmame/files/patch-src::unix::sysdep::mixer-drivers::oss.c b/emulators/xmame/files/patch-src::unix::sysdep::mixer-drivers::oss.c deleted file mode 100644 index 0b85c3d945ba..000000000000 --- a/emulators/xmame/files/patch-src::unix::sysdep::mixer-drivers::oss.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/unix/sysdep/mixer-drivers/oss.c.orig Fri May 3 02:53:54 2002 -+++ src/unix/sysdep/mixer-drivers/oss.c Thu Oct 31 12:46:55 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> |