aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1996-03-28 14:26:46 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1996-03-28 14:26:46 +0000
commit14689d6f4fb0ddc4e371db4a963401fbefc71261 (patch)
tree980cfc31157dadc93a983a21cc595bba979289d8 /sys/dev
parente3118d3f5b0e51d69345c9acc30ca6fa66d8d7d8 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vn/vn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index 73c892aeaaf4..3e983d26dee9 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