From f739cf3a06e675b79da5438e945b97e8a2bdb9a5 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 23 Mar 2002 17:13:45 +0000 Subject: 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. --- sys/sparc64/sparc64/identcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/sparc64/identcpu.c b/sys/sparc64/sparc64/identcpu.c index 6597cdd..5173c7e 100644 --- a/sys/sparc64/sparc64/identcpu.c +++ b/sys/sparc64/sparc64/identcpu.c @@ -17,7 +17,7 @@ #include #include -static char machine[] = "sparc64"; +char machine[] = "sparc64"; SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, machine, 0, "Machine class"); -- cgit v1.1