1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
This commit is contained in:
Marc G. Fournier 1996-03-28 14:26:46 +00:00
parent e3118d3f5b
commit 14689d6f4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14872

View File

@ -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