Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 23:10:42 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8200 for review
Message-ID:  <200203220710.g2M7AgI47557@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8200

Change 8200 by jake@jake_sparc64 on 2002/03/21 23:10:10

	machine needs to be non-static for compat43 to compile.

Affected files ...

... //depot/projects/sparc64/sys/sparc64/sparc64/identcpu.c#16 edit

Differences ...

==== //depot/projects/sparc64/sys/sparc64/sparc64/identcpu.c#16 (text+ko) ====

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203220710.g2M7AgI47557>