summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_tree.c2
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 */