aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-09 04:58:49 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-09 04:58:49 +0000
commita7489fe56f09685a0350eb368f92d01060f438d9 (patch)
tree7511272f9de296a16a091a2f3b9ff46e52de9b7d /sys/fs
parentfdba8cf430536049c2da84ec28511a483cfa6cb5 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/devfs/devfs_devs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c
index 4db217d1d3bf..ef9827cf5e45 100644
--- a/sys/fs/devfs/devfs_devs.c
+++ b/sys/fs/devfs/devfs_devs.c
@@ -437,6 +437,6 @@ devfs_init(void *junk)
devfs_present = 1;
}
-SYSINIT(devfs, SI_SUB_DRIVERS, SI_ORDER_FIRST, devfs_init, NULL);
+SYSINIT(devfs, SI_SUB_DEVFS, SI_ORDER_FIRST, devfs_init, NULL);
#endif