summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-aa
blob: 6597b4acd57f69d68e901613c5f35b73930adede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2005/05/31 21:44:42 rillig Exp $

--- audioIO.c.orig	Sat May 31 19:47:58 1997
+++ audioIO.c	Tue May 31 23:42:01 2005
@@ -18,7 +18,7 @@
   #include "audioIO_HPUX.c"
 #endif
 
-#ifdef OS_SunOS
+#if defined(OS_SunOS) || defined(OS_NetBSD)
   #include "audioIO_SunOS.c"
 #endif