Make cdevsw[] static.

This commit is contained in:
Poul-Henning Kamp 2001-10-26 15:31:22 +00:00
parent 71ab1fa5df
commit 5f7806ab69

View File

@ -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");