1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/replay/files/patch-ad
1998-10-28 16:01:04 +00:00

13 lines
262 B
Plaintext

--- 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() */