mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed an unused devfs variable again.
Added $Id$.
This commit is contained in:
parent
cf78fc4129
commit
f953dd01c8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,8 @@
|
|||
*
|
||||
* from: Utah Hdr: vn.c 1.13 94/04/02
|
||||
*
|
||||
* @(#)vn.c 8.6 (Berkeley) 4/1/94
|
||||
* from: @(#)vn.c 8.6 (Berkeley) 4/1/94
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -624,7 +625,6 @@ vn_drvinit(void *unused)
|
|||
dev_t dev;
|
||||
#ifdef DEVFS
|
||||
int mynor;
|
||||
char name[32];
|
||||
int unit;
|
||||
struct vn_softc *vn;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue