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-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/snd/patches/patch-ad b/audio/snd/patches/patch-ad
deleted file mode 100644
index d8e2463b73e..00000000000
--- a/audio/snd/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 1998/08/07 10:36:09 agc Exp $
-
---- 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