summaryrefslogtreecommitdiff
path: root/emulators/xm7/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xm7/patches/patch-ad')
-rw-r--r--emulators/xm7/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/xm7/patches/patch-ad b/emulators/xm7/patches/patch-ad
deleted file mode 100644
index 90b13d4bd8d..00000000000
--- a/emulators/xm7/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/12/13 17:12:19 kei Exp $
-
---- xw_snd.cpp.orig Sat Aug 12 12:33:21 2000
-+++ xw_snd.cpp Sat Aug 12 12:36:19 2000
-@@ -24,6 +24,8 @@
- #include <sys/time.h>
- #ifdef __FreeBSD__
- #include <machine/soundcard.h>
-+#elif defined(__NetBSD__)
-+#include <soundcard.h>
- #else
- #include <linux/soundcard.h>
- #endif