From c6e3a24d6b94abb6975da0b9c47484934a36302c Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 31 Oct 1997 11:48:59 +0000 Subject: Use a 32k buffer. --- audio/amp/patches/patch-ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'audio/amp') diff --git a/audio/amp/patches/patch-ac b/audio/amp/patches/patch-ac index 279ff7b2ebb..6bffb9c63aa 100644 --- a/audio/amp/patches/patch-ac +++ b/audio/amp/patches/patch-ac @@ -10,15 +10,15 @@ #endif --- audioIO.h.old Sun Oct 26 10:57:10 1997 -+++ audioIO.h Sun Oct 26 10:57:44 1997 -@@ -24,6 +24,6 @@ - #define AUSIZ 4096 - #endif - --#ifdef OS_SunOS -+#if defined(OS_SunOS) || defined(OS_NetBSD) ++++ 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 --- audioIO_SunOS.c.old Sun Oct 26 10:58:36 1997 +++ audioIO_SunOS.c Sun Oct 26 11:13:51 1997 @@ -8,7 +8,11 @@ -- cgit v1.2.3