Fix build on -current (machine/soundcard.h -> sys/soundcard.h)

This commit is contained in:
Kris Kennaway 2003-10-13 07:21:27 +00:00
parent a36c5cd9ad
commit d1cf9518be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90995

View file

@ -0,0 +1,11 @@
--- SndUnix.c.orig Mon Oct 13 00:19:55 2003
+++ SndUnix.c Mon Oct 13 00:20:18 2003
@@ -73,7 +73,7 @@
#else /* SUN_AUDIO */
-#ifdef LINUX
+#if defined(LINUX) || defined(__FreeBSD__)
#include <sys/soundcard.h>
#else
#include <machine/soundcard.h>