summaryrefslogtreecommitdiff
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-08 19:37:12 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-08 19:37:12 +0000
commit1dd003ecf416bcb54936afeb88abffe6de8c2777 (patch)
tree43b4540f06f8d2fba207365ca8f6d48613c84489 /sys/dev/ncv
parent8265abbd643d9c091d12af259d8f8c1703396543 (diff)
Notes
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r--sys/dev/ncv/ncr53c500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c
index 449bef5c0d9c..6a9b638dd551 100644
--- a/sys/dev/ncv/ncr53c500.c
+++ b/sys/dev/ncv/ncr53c500.c
@@ -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;