mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate an unused var warning-error; the var is used only when parsing
linux-style boot args, so wrap it in the appropriate ifdef.
This commit is contained in:
parent
179a28b098
commit
ffd4bf82de
1 changed files with 2 additions and 0 deletions
|
|
@ -68,7 +68,9 @@ __FBSDID("$FreeBSD$");
|
|||
#define debugf(fmt, args...)
|
||||
#endif
|
||||
|
||||
#ifdef LINUX_BOOT_ABI
|
||||
static char static_kenv[4096];
|
||||
#endif
|
||||
|
||||
extern int *end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue