summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-09 03:37:16 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-09 03:37:16 +0000
commit1e050d0ca5906d61c3895c1c2a0f089a5883fc1b (patch)
tree150bfa2ebe124e74ff30fda8e6173809ef93cc77
parente45bef2aa9559b3197273a62fda3d30805ad2184 (diff)
Notes
-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 4d40a38298a9..ded252b9120d 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;