summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-07-02 17:36:11 +0000
committermjacob <mjacob@FreeBSD.org>2001-07-02 17:36:11 +0000
commite4ef9e1284c3742de10d0e13ebb453cd8491b788 (patch)
tree56ff3c7677801444490406e77c98530f700c6324 /sys/dev/sound/pcm/sound.c
parentc94201df0f51eff678e0312a833a60eba5108bd1 (diff)
downloadFreeBSD-src-e4ef9e1284c3742de10d0e13ebb453cd8491b788.zip
FreeBSD-src-e4ef9e1284c3742de10d0e13ebb453cd8491b788.tar.gz
make it compile again in -current
Diffstat (limited to 'sys/dev/sound/pcm/sound.c')
-rw-r--r--sys/dev/sound/pcm/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index c96151f..f7da504 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
OpenPOWER on IntegriCloud