diff options
author | peter <peter@FreeBSD.org> | 1999-09-04 15:20:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-04 15:20:48 +0000 |
commit | 7129242123213b6e3a005a0077b280fb94952704 (patch) | |
tree | 72245f27b9eb2644631c64a795552c5008149eb1 /usr.sbin/mixer | |
parent | 15f87e7569697e75679e09f5b5bd41c200cbcf4d (diff) | |
download | FreeBSD-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/mixer')
-rw-r--r-- | usr.sbin/mixer/mixer.c | 4 |
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; |