From b717996af2b1a782b65d6e295debc21932773cba Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Thu, 29 Mar 2001 18:47:19 +0000 Subject: Make several global variables referenced as extern, not common. Cleans up symbols in object files. --- sys/arch/powerpc/include/intr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h index 55fe476c175..e6f8dd7a8bc 100644 --- a/sys/arch/powerpc/include/intr.h +++ b/sys/arch/powerpc/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.7 2000/07/07 13:22:42 rahnds Exp $ */ +/* $OpenBSD: intr.h,v 1.8 2001/03/29 18:47:18 drahn Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. @@ -64,8 +64,8 @@ int splsoftnet __P((void)); void do_pending_int __P((void)); -volatile int cpl, ipending, astpending, tickspending; -int imask[7]; +volatile extern int cpl, ipending, astpending, tickspending; +extern int imask[7]; /* * Reorder protection in the following inline functions is -- cgit v1.2.3