summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-24 21:29:06 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-24 21:29:06 +0000
commit4c14b8ceb4b7d79baf658d69581979dbd14cb4d3 (patch)
treed0f37d4a17d271444d1c3a4eab05a68bae878418 /sys/scsi
parentcf33caca582f3754c981f1d9d92d2fd7b208869a (diff)
cold is in systm now
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 523d94521c9..5bed9a20af7 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.57 2001/06/22 14:35:43 deraadt Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.58 2001/06/24 21:29:04 mickey Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -153,7 +153,6 @@ scsibusattach(parent, self, aux)
struct scsibus_softc *sb = (struct scsibus_softc *)self;
struct scsi_link *sc_link_proto = aux;
int nbytes, i;
- extern int cold;
if (!cold)
scsi_autoconf = 0;