pkgsrc/audio/amp/patches/patch-aa
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

13 lines
297 B
Text

$NetBSD: patch-aa,v 1.3 2003/03/22 05:44:37 dillo Exp $
--- audioIO.c.old Sun Oct 26 10:55:27 1997
+++ audioIO.c Sun Oct 26 10:56:03 1997
@@ -18,7 +18,7 @@
#include "audioIO_HPUX.c"
#endif
-#ifdef OS_SunOS
+#if defined(OS_SunOS) || defined(OS_NetBSD)
#include "audioIO_SunOS.c"
#endif