summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660
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/isofs/cd9660
parentf6c7768ee995f37030781425a73e8d7494e5f01b (diff)
downloadFreeBSD-src-ad3452e25a53916a9628057b298e23373232d538.zip
FreeBSD-src-ad3452e25a53916a9628057b298e23373232d538.tar.gz
Fix various trivial warnings from LINT
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index 0ed30ed..05615c3 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -742,7 +742,7 @@ cd9660_vget_internal(mp, ino, vpp, relocated, isodir)
struct iso_mnt *imp;
struct iso_node *ip;
struct buf *bp;
- struct vnode *vp, *nvp;
+ struct vnode *vp;
dev_t dev;
int error;
OpenPOWER on IntegriCloud