summaryrefslogtreecommitdiff
path: root/audio/timidity/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/timidity/patches/patch-bc')
-rw-r--r--audio/timidity/patches/patch-bc28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/timidity/patches/patch-bc b/audio/timidity/patches/patch-bc
deleted file mode 100644
index 58b45f7f3f6..00000000000
--- a/audio/timidity/patches/patch-bc
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-bc,v 1.3 2000/04/27 14:44:23 mycroft Exp $
-
---- sun_a.c.orig Mon May 20 09:09:47 1996
-+++ sun_a.c Thu Apr 27 10:37:28 2000
-@@ -28,12 +28,13 @@
- */
-
- #include <unistd.h>
-+#include <string.h>
- #include <fcntl.h>
- #include <errno.h>
-
- #include <sys/ioctl.h>
-
--#ifdef SOLARIS
-+#if defined(SOLARIS) || defined(__NetBSD__)
- #include <sys/audioio.h>
- #else
- #include <sun/audioio.h>
-@@ -81,7 +82,7 @@
-
- /* Open the audio device */
-
--#ifdef SOLARIS
-+#if defined(SOLARIS) || defined(__NetBSD__)
- fd=open(dpm.name, O_RDWR );
- #else
- fd=open(dpm.name, O_RDWR | O_NDELAY);