remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have it

in the standard location now.
This commit is contained in:
Peter Wemm 1999-09-04 15:20:48 +00:00
parent f6f8f44dac
commit e4ba692011
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50912

View File

@ -22,11 +22,7 @@ static const char rcsid[] =
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#ifdef __FreeBSD__
#include <machine/soundcard.h>
#else
#include <sys/soundcard.h>
#endif
char *names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES;