Don't need this one.

This commit is contained in:
angelos 1999-01-14 03:32:50 +00:00
parent fc83d70403
commit 4cb1b6c0d3

View File

@ -1,14 +0,0 @@
--- audio/LINUXaudio.c.old Tue Jun 9 00:38:11 1998
+++ audio/LINUXaudio.c Tue Jun 9 01:00:58 1998
@@ -56,7 +56,11 @@
#include <stdio.h>
#include <fcntl.h>
#include <sys/ioctl.h>
+#if defined(__OpenBSD__)
+#include <soundcard.h>
+#else
#include <machine/soundcard.h>
+#endif
#include "include/error.h"
#include "include/audio.h"