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

This commit is contained in:
Kris Kennaway 2002-09-08 00:42:29 +00:00
parent 9f0cfe0e26
commit 247ba50f68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65808

View file

@ -0,0 +1,11 @@
--- sound.c.orig Sat Sep 7 16:49:25 2002
+++ sound.c Sat Sep 7 16:49:46 2002
@@ -40,7 +40,7 @@
#ifdef __FreeBSD__
# define USE_DSP
# define DEV_SOUND "/dev/dsp"
-# include <machine/soundcard.h>
+# include <sys/soundcard.h>
#endif
#ifndef DEV_SOUND