summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-24 20:34:23 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-24 20:34:23 +0000
commit5ef87c065175af15378dd68aede7e11cc4710b7f (patch)
tree8a3e75569111658136cee2165f453e0384c99577 /sys/dev/ic
parent5cde4ce7f5739af59251a1a0881eee1fa325ad37 (diff)
move extern int cold to .h
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/i82365.c3
-rw-r--r--sys/dev/ic/i82365var.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c
index 457220a0654..d86a1390fd9 100644
--- a/sys/dev/ic/i82365.c
+++ b/sys/dev/ic/i82365.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82365.c,v 1.18 2001/05/17 03:19:35 fgsch Exp $ */
+/* $OpenBSD: i82365.c,v 1.19 2001/06/24 20:34:20 fgsch Exp $ */
/* $NetBSD: i82365.c,v 1.10 1998/06/09 07:36:55 thorpej Exp $ */
/*
@@ -1502,7 +1502,6 @@ void
pcic_delay(ms)
int ms;
{
- extern int cold;
int ticks;
ticks = (hz * ms) / 1000000;
diff --git a/sys/dev/ic/i82365var.h b/sys/dev/ic/i82365var.h
index 802d1be49f7..5dfd34bb859 100644
--- a/sys/dev/ic/i82365var.h
+++ b/sys/dev/ic/i82365var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82365var.h,v 1.10 2000/09/05 05:06:58 fgsch Exp $ */
+/* $OpenBSD: i82365var.h,v 1.11 2001/06/24 20:34:22 fgsch Exp $ */
/* $NetBSD: i82365var.h,v 1.4 1998/05/23 18:32:29 matt Exp $ */
/*
@@ -40,6 +40,8 @@
struct proc;
+extern int cold;
+
struct pcic_event {
SIMPLEQ_ENTRY(pcic_event) pe_q;
int pe_type;