aboutsummaryrefslogtreecommitdiff
path: root/comms/hf/files/patch-hfkernel_mt63_sound.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hf/files/patch-hfkernel_mt63_sound.cc')
-rw-r--r--comms/hf/files/patch-hfkernel_mt63_sound.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/comms/hf/files/patch-hfkernel_mt63_sound.cc b/comms/hf/files/patch-hfkernel_mt63_sound.cc
deleted file mode 100644
index c9c79958aae1..000000000000
--- a/comms/hf/files/patch-hfkernel_mt63_sound.cc
+++ /dev/null
@@ -1,14 +0,0 @@
---- hfkernel/mt63/sound.cc.orig Sun Jul 30 11:01:27 2006
-+++ hfkernel/mt63/sound.cc Sun Jul 30 11:41:22 2006
-@@ -30,6 +30,11 @@
- #include <sys/soundcard.h>
- #include <sys/ioctl.h>
- #endif
-+#ifdef __FreeBSD__
-+#include <unistd.h>
-+#include <sys/soundcard.h>
-+#include <sys/ioctl.h>
-+#endif
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <errno.h>