From 7129242123213b6e3a005a0077b280fb94952704 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 4 Sep 1999 15:20:48 +0000 Subject: remove #ifdef FreeBSD -> special case as we have it in the standard location now. --- usr.sbin/mixer/mixer.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.sbin') 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 #include #include -#ifdef __FreeBSD__ -#include -#else #include -#endif char *names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; -- cgit v1.1