freebsd11_network: Fix the build at KDEBUG_LEVEL < 1.
Thanks to Humdinger for reporting!
This commit is contained in:
parent
83a6125d7e
commit
3cc8e19a4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user