summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-28 19:44:07 +0000
committerphk <phk@FreeBSD.org>1999-08-28 19:44:07 +0000
commitad3452e25a53916a9628057b298e23373232d538 (patch)
tree2bc479bc29184c1388ee2f075a83d64f7ab0c5eb /sys/miscfs
parentf6c7768ee995f37030781425a73e8d7494e5f01b (diff)
downloadFreeBSD-src-ad3452e25a53916a9628057b298e23373232d538.zip
FreeBSD-src-ad3452e25a53916a9628057b298e23373232d538.tar.gz
Fix various trivial warnings from LINT
Diffstat (limited to 'sys/miscfs')
-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 0c8e434..2b97d6d 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 */
OpenPOWER on IntegriCloud