summaryrefslogblamecommitdiff
path: root/audio/replay/files/patch-ad
blob: 43c8cec7cad7d21e98fc91f8c5429951530ccd20 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                   
--- audioIO_esd.c.orig	Wed Oct 28 21:38:30 1998
+++ audioIO_esd.c	Wed Oct 28 21:39:01 1998
@@ -19,7 +19,9 @@
 
 /* declare these static to effectively isolate the audio device */
 
+#ifndef OS_BSD
 int AUSIZ=0;
+#endif
 static int audio_fd;
 
 /* audioOpen() */