freebsd11_network: Fix the build at KDEBUG_LEVEL < 1.

Thanks to Humdinger for reporting!
This commit is contained in:
Augustin Cavalier 2018-06-28 17:31:30 -04:00
parent 83a6125d7e
commit 3cc8e19a4e

View File

@ -34,6 +34,8 @@ int printf(const char *format, ...) __printflike(1, 2);
#if KDEBUG_LEVEL_1
#define bootverbose 1
#else
#define bootverbose 0
#endif
#ifdef INVARIANTS