summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-aa
blob: 31ba9573330a96c1545ebc40742615991faf35d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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