summaryrefslogtreecommitdiff
path: root/audio/mpg123/patches/patch-ad
blob: 013f2bcff82d0a0ec1b2522cd0462d248654336c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 1998/08/15 10:58:41 frueauf Exp $

--- buffer.c.orig	Wed Feb 11 21:55:18 1998
+++ buffer.c	Sat Aug 15 12:15:26 1998
@@ -48,7 +48,7 @@
 	for (;;) {
 		if (intflag) {
 			intflag = FALSE;
-#if defined(SOLARIS) || defined(__NetBSD__)
+#if defined(SOLARIS) || defined(NETBSD)
 			if (param.outmode == DECODE_AUDIO)
 				audio_queueflush (ai);
 #endif