make it compile again in -current
This commit is contained in:
parent
9d9d5c9ba4
commit
5640e0ac5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user