summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/snd/patches/patch-ad')
-rw-r--r--audio/snd/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/snd/patches/patch-ad b/audio/snd/patches/patch-ad
new file mode 100644
index 00000000000..9d14198798f
--- /dev/null
+++ b/audio/snd/patches/patch-ad
@@ -0,0 +1,11 @@
+--- snd.orig/io.c Mon Feb 2 14:59:54 1998
++++ io.c Sun Feb 22 02:06:44 1998
+@@ -399,7 +399,7 @@
+ * many cases -- the output buffer can collect many notes before flushing, etc.
+ */
+
+-#if defined(SGI) || defined(LINUX) || defined(UW2) || defined(SCO5)
++#if defined(SGI) || defined(LINUX) || defined(UW2) || defined(SCO5) || defined(__NetBSD__)
+ #define FILE_DESCRIPTORS 256
+ #define BASE_FILE_DESCRIPTORS 200
+ #else