summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-05-12 08:46:06 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-05-12 08:46:06 +0000
commit47ffa8391850651b4d31ec7abbd9d56ea36da5fe (patch)
treef4ffcefcaaee94f256a9a99993dfbbda33e91358 /sys/arch
parent70903f2c284aa626f1e34ebdb7d1d7ee338cba1c (diff)
kill another common; drahn ok
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/powerpc/Locore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/Locore.c b/sys/arch/powerpc/powerpc/Locore.c
index 2282f2057fb..2ee4886a0fd 100644
--- a/sys/arch/powerpc/powerpc/Locore.c
+++ b/sys/arch/powerpc/powerpc/Locore.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: Locore.c,v 1.8 2002/09/15 09:01:59 deraadt Exp $ */
+/* $OpenBSD: Locore.c,v 1.9 2003/05/12 08:46:05 jason Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -40,7 +40,7 @@
#include <sys/proc.h>
#include <sys/systm.h>
-int whichqs;
+extern int whichqs;
/*
* Put process p on the run queue, given by its priority.