blob: 4ec8fa71d8899d44cb8f76ef2db67ab509aad43f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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
|