summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-09 03:37:16 +0000
committermsmith <msmith@FreeBSD.org>2002-01-09 03:37:16 +0000
commit5cfc4a9df0b978192e73dd8fd7bedf6b70534448 (patch)
tree150bfa2ebe124e74ff30fda8e6173809ef93cc77 /sys/cam
parentd41e8aa9b7dd5cb133cc085cf10891aa5dfce6f4 (diff)
downloadFreeBSD-src-5cfc4a9df0b978192e73dd8fd7bedf6b70534448.zip
FreeBSD-src-5cfc4a9df0b978192e73dd8fd7bedf6b70534448.tar.gz
Staticise a debugging variable.
Submitted by: non
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_low.c b/sys/cam/scsi/scsi_low.c
index 4d40a38..ded252b 100644
--- a/sys/cam/scsi/scsi_low.c
+++ b/sys/cam/scsi/scsi_low.c
@@ -192,7 +192,7 @@ static struct scsi_low_softc_tab sl_tab = LIST_HEAD_INITIALIZER(sl_tab);
#endif /* !SCSI_LOW_INFO_DETAIL */
#ifdef SCSI_LOW_STATICS
-struct scsi_low_statics {
+static struct scsi_low_statics {
int nexus_win;
int nexus_fail;
int nexus_disconnected;
OpenPOWER on IntegriCloud