mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 05:49:27 +00:00
Staticise a debugging variable.
Submitted by: non
This commit is contained in:
parent
e45bef2aa9
commit
1e050d0ca5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89113
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user