freebsd11_network: Fix the build at KDEBUG_LEVEL < 1.
Thanks to Humdinger for reporting!
This commit is contained in:
@@ -34,6 +34,8 @@ int printf(const char *format, ...) __printflike(1, 2);
|
|||||||
|
|
||||||
#if KDEBUG_LEVEL_1
|
#if KDEBUG_LEVEL_1
|
||||||
#define bootverbose 1
|
#define bootverbose 1
|
||||||
|
#else
|
||||||
|
#define bootverbose 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef INVARIANTS
|
#ifdef INVARIANTS
|
||||||
|
|||||||
Reference in New Issue
Block a user