[xiph-cvs] cvs commit: ao/src/plugins/oss ao_oss.c
Stan Seibert
volsung at xiph.org
Wed Apr 10 14:53:57 PDT 2002
volsung 02/04/10 14:53:56
Modified: src/plugins/oss ao_oss.c
Log:
On FreeBSD, machine/soundcard.h was only a compatibility symlink to
sys/soundcard.h and just went away.
Thanks to Christian Weisgerber <naddy at mips.inka.de> and
Motoyuki Konno <motoyuki at bsdclub.org> for bringing this to my attention.
Revision Changes Path
1.13 +0 -2 ao/src/plugins/oss/ao_oss.c
Index: ao_oss.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/oss/ao_oss.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ao_oss.c 2001/10/16 00:13:47 1.12
+++ ao_oss.c 2002/04/10 21:53:56 1.13
@@ -32,8 +32,6 @@
#include <math.h>
#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <soundcard.h>
-#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
#else
#include <sys/soundcard.h>
#endif
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list