summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r--sys/kern/kern_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c
index 9935b85..ca42144 100644
--- a/sys/kern/kern_conf.c
+++ b/sys/kern/kern_conf.c
@@ -47,7 +47,7 @@
#define cdevsw_ALLOCSTART (NUMCDEVSW/2)
-struct cdevsw *cdevsw[NUMCDEVSW];
+static struct cdevsw *cdevsw[NUMCDEVSW];
static MALLOC_DEFINE(M_DEVT, "dev_t", "dev_t storage");
OpenPOWER on IntegriCloud