summaryrefslogtreecommitdiff
path: root/emulators/fmsx/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fmsx/files/patch-ac')
-rw-r--r--emulators/fmsx/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/fmsx/files/patch-ac b/emulators/fmsx/files/patch-ac
deleted file mode 100644
index 344547b0df0f..000000000000
--- a/emulators/fmsx/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- SndUnix.c.orig Mon Oct 13 00:19:55 2003
-+++ SndUnix.c Mon Oct 13 00:20:18 2003
-@@ -73,7 +73,7 @@
-
- #else /* SUN_AUDIO */
-
--#ifdef LINUX
-+#if defined(LINUX) || defined(__FreeBSD__)
- #include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h>