mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Staticise a couple of debugging variables.
This commit is contained in:
parent
8265abbd64
commit
1dd003ecf4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89093
@ -110,11 +110,11 @@ int ncv_data_write_bytes = 4096;
|
||||
* DEBUG
|
||||
***************************************************/
|
||||
#ifdef NCV_DEBUG
|
||||
int ncv_debug;
|
||||
static int ncv_debug;
|
||||
#endif /* NCV_DEBUG */
|
||||
|
||||
#ifdef NCV_STATICS
|
||||
struct ncv_statics {
|
||||
static struct ncv_statics {
|
||||
int disconnect;
|
||||
int reselect;
|
||||
} ncv_statics;
|
||||
|
@ -116,11 +116,11 @@
|
||||
* DEBUG
|
||||
***************************************************/
|
||||
#ifdef STG_DEBUG
|
||||
int stg_debug;
|
||||
static int stg_debug;
|
||||
#endif /* STG_DEBUG */
|
||||
|
||||
#ifdef STG_STATICS
|
||||
struct stg_statics {
|
||||
static struct stg_statics {
|
||||
int arbit_fail_0;
|
||||
int arbit_fail_1;
|
||||
int disconnect;
|
||||
|
Loading…
Reference in New Issue
Block a user