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:
Jake Burkholder 2002-03-23 17:13:45 +00:00
parent 9ce91e87da
commit f4db8e245f

View File

@ -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");