diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index 73c892aeaaf..3e983d26dee 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -624,6 +624,7 @@ vn_drvinit(void *unused) dev_t dev; #ifdef DEVFS int mynor; + char name[32]; int unit; struct vn_softc *vn; #endif