diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:59:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:59:41 +0000 |
commit | a8e7ede44bdc1df0f4533b916123f47ef374c6fe (patch) | |
tree | 23ea172fa53895dc5bfc0b1feee788caf32a0940 /sys/dev/ic/isp_openbsd.c | |
parent | 2a185228c04e6940839149035e64bd65186c7379 (diff) |
remove cold.
Diffstat (limited to 'sys/dev/ic/isp_openbsd.c')
-rw-r--r-- | sys/dev/ic/isp_openbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_openbsd.c b/sys/dev/ic/isp_openbsd.c index da8874b76f2..a21fe6d291f 100644 --- a/sys/dev/ic/isp_openbsd.c +++ b/sys/dev/ic/isp_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.c,v 1.18 2001/04/04 22:07:40 mjacob Exp $ */ +/* $OpenBSD: isp_openbsd.c,v 1.19 2001/06/24 20:59:38 fgsch Exp $ */ /* * Platform (OpenBSD) dependent common attachment code for Qlogic adapters. * @@ -189,7 +189,6 @@ ispminphys(struct buf *bp) static int32_t ispcmd_slow(XS_T *xs) { - extern int cold; sdparam *sdp; int tgt, chan; u_int16_t f; |