summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-04 15:20:48 +0000
committerpeter <peter@FreeBSD.org>1999-09-04 15:20:48 +0000
commit7129242123213b6e3a005a0077b280fb94952704 (patch)
tree72245f27b9eb2644631c64a795552c5008149eb1 /usr.sbin
parent15f87e7569697e75679e09f5b5bd41c200cbcf4d (diff)
downloadFreeBSD-src-7129242123213b6e3a005a0077b280fb94952704.zip
FreeBSD-src-7129242123213b6e3a005a0077b280fb94952704.tar.gz
remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have it
in the standard location now.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mixer/mixer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/mixer/mixer.c b/usr.sbin/mixer/mixer.c
index 8df5c17..feb3193 100644
--- a/usr.sbin/mixer/mixer.c
+++ b/usr.sbin/mixer/mixer.c
@@ -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;
OpenPOWER on IntegriCloud