diff options
Diffstat (limited to 'sys/geom/geom_stats.c')
-rw-r--r-- | sys/geom/geom_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_stats.c b/sys/geom/geom_stats.c index f93be80..8b6581b 100644 --- a/sys/geom/geom_stats.c +++ b/sys/geom/geom_stats.c @@ -141,5 +141,5 @@ void g_stat_init(void) { make_dev(&geom_stats_cdevsw, GEOM_MINOR_STATS, - UID_ROOT, GID_WHEEL, 0400, "geom.stats"); + UID_ROOT, GID_WHEEL, 0400, GEOM_STATS_DEVICE); } |