diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:44:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:44:07 +0000 |
| commit | 94db13fe98fa84bf47c068770bc38fc8d6516417 (patch) | |
| tree | 6b563375ea55f5e3eecfbf5f199e4c9f691dfeab /sys/miscfs/devfs/devfs_tree.c | |
| parent | a87b535090228d7aab11b20001c3e3d20661feab (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_tree.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index 0c8e434ce6ac..2b97d6d71067 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -912,7 +912,7 @@ DBPRINT((" vntodn ")); int devfs_dntovn(dn_p dnp, struct vnode **vn_pp) { - struct vnode *vn_p, *nvp; + struct vnode *vn_p; int error = 0; struct proc *p = curproc; /* XXX */ |
