Staticise a debugging variable.

Submitted by:	non
This commit is contained in:
msmith 2002-01-09 03:37:16 +00:00
parent d41e8aa9b7
commit 5cfc4a9df0

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;