pkgsrc/audio/amp/patches/patch-ab
dillo dae098a00b open /dev/auiod OWRONLY, as requested in PR 19332 by Ben Wong
bump pkgrevision

while here, one patch per file
2003-03-22 05:44:37 +00:00

12 lines
255 B
Text

$NetBSD: patch-ab,v 1.3 2003/03/22 05:44:38 dillo Exp $
--- audioIO.h.old Sun Oct 26 10:57:10 1997
+++ audioIO.h Fri Oct 31 06:43:07 1997
@@ -27,3 +27,7 @@
#ifdef OS_SunOS
#define AUSIZ 4096
#endif
+
+#ifdef OS_NetBSD
+ #define AUSIZ 32768
+#endif