summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
commitec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch)
tree6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/hp300
parent4d43a30e19552e765939f83669683438cf31eac4 (diff)
cold is in systm now
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/dev/nhpib.c3
-rw-r--r--sys/arch/hp300/hp300/machdep.c4
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/hp300/dev/nhpib.c b/sys/arch/hp300/dev/nhpib.c
index 167a94c9803..b26b3e4800e 100644
--- a/sys/arch/hp300/dev/nhpib.c
+++ b/sys/arch/hp300/dev/nhpib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nhpib.c,v 1.9 2001/05/01 16:51:10 millert Exp $ */
+/* $OpenBSD: nhpib.c,v 1.10 2001/06/25 00:43:08 mickey Exp $ */
/* $NetBSD: nhpib.c,v 1.17 1997/05/05 21:06:41 thorpej Exp $ */
/*
@@ -540,7 +540,6 @@ nhpibppwatch(arg)
{
struct hpibbus_softc *hs = arg;
struct nhpib_softc *sc = (struct nhpib_softc *)hs->sc_dev.dv_parent;
- extern int cold;
if ((hs->sc_flags & HPIBF_PPOLL) == 0)
return;
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c
index 4b1e79ad37e..307c23e1bc7 100644
--- a/sys/arch/hp300/hp300/machdep.c
+++ b/sys/arch/hp300/hp300/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.50 2001/06/05 16:13:15 millert Exp $ */
+/* $OpenBSD: machdep.c,v 1.51 2001/06/25 00:43:09 mickey Exp $ */
/* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */
/*
@@ -844,8 +844,6 @@ void
boot(howto)
int howto;
{
- extern int cold;
-
#if __GNUC__ /* XXX work around lame compiler problem (gcc 2.7.2) */
(void)&howto;
#endif