summaryrefslogtreecommitdiff
path: root/sys/dev/vn
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/dev/vn
parentadb2dc299a21c0774a0d0fd9b914b59f2e332504 (diff)
Notes
Diffstat (limited to 'sys/dev/vn')
-rw-r--r--sys/dev/vn/vn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index 1062d4c2a4c1..1a163641bda8 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -630,8 +630,8 @@ static void vn_drvinit(void *unused)
x=devfs_add_devsw(
"/", "vn", major(dev), 0, DV_BLK, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(vndev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,vn_drvinit,NULL)