summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-10-26 15:31:22 +0000
committerphk <phk@FreeBSD.org>2001-10-26 15:31:22 +0000
commit91ca90cea59a4fde5432970fc40723647fe3feb2 (patch)
treed1f39c590a454bde1c24bc6957ba42a5eaac6f2c /sys/kern/kern_conf.c
parent7d2f748d771cf9fe4472f3c29d7c61004f787eee (diff)
downloadFreeBSD-src-91ca90cea59a4fde5432970fc40723647fe3feb2.zip
FreeBSD-src-91ca90cea59a4fde5432970fc40723647fe3feb2.tar.gz
Make cdevsw[] static.
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