1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fixed world breakage -- don't depend on <machine/soundcard.h> existing;

the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse
than useless since it doesn't exist in the SHARED=symlinks case.
This commit is contained in:
Bruce Evans 2000-10-13 11:55:13 +00:00
parent 035d965568
commit c34b7b8cd7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67062

View File

@ -49,13 +49,13 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/soundcard.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/param.h> #include <sys/param.h>
#include <machine/i4b_ioctl.h> #include <machine/i4b_ioctl.h>
#include <machine/i4b_tel_ioctl.h> #include <machine/i4b_tel_ioctl.h>
#include <machine/soundcard.h>
/* device file prefixes */ /* device file prefixes */