diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/vn/vn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index 73c892a..3e983d2 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 |