Machine must be non-static for COMPAT_43 to compile. This is used in bsd/os
1.x compatibility code, which I'm sure we all use every day.
This commit is contained in:
parent
9ce91e87da
commit
f4db8e245f
@ -17,7 +17,7 @@
|
||||
#include <machine/md_var.h>
|
||||
#include <machine/ver.h>
|
||||
|
||||
static char machine[] = "sparc64";
|
||||
char machine[] = "sparc64";
|
||||
SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
|
||||
machine, 0, "Machine class");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user