mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue