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:
Ian Lepore 2018-07-14 16:33:11 +00:00
parent 179a28b098
commit ffd4bf82de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336283

View File

@ -68,7 +68,9 @@ __FBSDID("$FreeBSD$");
#define debugf(fmt, args...)
#endif
#ifdef LINUX_BOOT_ABI
static char static_kenv[4096];
#endif
extern int *end;