1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

make it compile again in -current

This commit is contained in:
Matt Jacob 2001-07-02 17:36:11 +00:00
parent 9d9d5c9ba4
commit 5640e0ac5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79099

View File

@ -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