From 664594592b027192aadee83827fa39d430c954d0 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 14 Mar 2002 20:31:32 +0000 Subject: remove ambiguity in version,ostype,osversion,osrelease and their constanity, they are and declarre 'em accordingly also removing private externies of those --- sys/arch/sun3/sun3/machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/sun3') diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index 68eef454519..26ffbcb7ac8 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.53 2002/03/14 03:16:01 millert Exp $ */ +/* $OpenBSD: machdep.c,v 1.54 2002/03/14 20:31:31 mickey Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -93,7 +93,6 @@ #include extern char *cpu_string; -extern char version[]; extern short exframesize[]; int physmem; -- cgit v1.2.3