aboutsummaryrefslogtreecommitdiff
path: root/games/nighthawk/files/patch-dsp_mixxer.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/nighthawk/files/patch-dsp_mixxer.c')
-rw-r--r--games/nighthawk/files/patch-dsp_mixxer.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/nighthawk/files/patch-dsp_mixxer.c b/games/nighthawk/files/patch-dsp_mixxer.c
deleted file mode 100644
index b2ab59f727aa..000000000000
--- a/games/nighthawk/files/patch-dsp_mixxer.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src_sound/dsp_mixxer.c.orig Sat May 10 00:11:13 2003
-+++ src_sound/dsp_mixxer.c Sat May 10 00:11:16 2003
-@@ -19,10 +19,8 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <sys/ioctl.h>
--#ifdef Linux
-+#if defined(Linux) || defined(FreeBSD)
- #include <sys/soundcard.h>
--#elif FreeBSD
-- #include <machine/soundcard.h>
- #endif
- #include "funktracker_defs.h"
- #include "funktracker.h"