Staticise a debugging variable.

Submitted by:	non
This commit is contained in:
Mike Smith 2002-01-09 03:37:16 +00:00
parent e45bef2aa9
commit 1e050d0ca5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89113

View File

@ -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;