HomeFreeBSD

vt: use proper return value check with TUNABLE_INT_FETCH

Description

vt: use proper return value check with TUNABLE_INT_FETCH

The TUNABLE_INT_FETCH is macro around getenv_int() and we will get
return value 0 or 1 for failure or success, we can use it to decide
which background color to use.

Details

Provenance
tsoomeAuthored on
Parents
rS352738: Teach the ippool parser about address families. This is a precursor
Branches
Unknown
Tags
Unknown