From e4ef9e1284c3742de10d0e13ebb453cd8491b788 Mon Sep 17 00:00:00 2001 From: mjacob Date: Mon, 2 Jul 2001 17:36:11 +0000 Subject: [PATCH] make it compile again in -current --- sys/dev/sound/pcm/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index c96151f8a20c..f7da504789aa 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -39,7 +39,7 @@ TUNABLE_INT("hw.snd.unit", &snd_unit); #endif int snd_autovchans = 0; int snd_maxvchans = 0; -#if __FreeBSD > 50000 +#if __FreeBSD_version > 50000 TUNABLE_INT("hw.snd.autovchans", &snd_autovchans); TUNABLE_INT("hw.snd.maxvchans", &snd_maxvchans); #else