mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have it
in the standard location now.
This commit is contained in:
parent
f6f8f44dac
commit
e4ba692011
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50912
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user