summaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-16 23:20:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-16 23:20:05 +0000
commit5fa5746d3d7741c04316a2970052ae97c89a5004 (patch)
treeaada2f1a1b5a509270b807ca00d1c2b3cfba1056 /sys/kern/subr_devstat.c
parent3ea0ca53aa81b7b8ac1c99009416663f98ab25e2 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index b9656359c360..4581fe9b47fa 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -397,7 +397,7 @@ devstat_alloc(void)
if (!once) {
make_dev(&devstat_cdevsw, 0,
- UID_ROOT, GID_WHEEL, 0400, "devstat");
+ UID_ROOT, GID_WHEEL, 0400, DEVSTAT_DEVICE_NAME);
once++;
}
TAILQ_FOREACH(spp, &pagelist, list) {