diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:21:03 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:21:03 +0000 |
| commit | 96267288756d609b166550d372f831c7f5e75012 (patch) | |
| tree | f7ef871a5b468b319bc210c6b897d64c23270fd9 | |
| parent | a978dc23b75f20568642361a573ca9b3cc0e330b (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_export.c | 2 | ||||
| -rw-r--r-- | sys/kern/vfs_subr.c | 2 | ||||
| -rw-r--r-- | sys/nfs/nfs_common.c | 1 | ||||
| -rw-r--r-- | sys/nfs/nfs_subs.c | 1 | ||||
| -rw-r--r-- | sys/nfsclient/nfs_subs.c | 1 | ||||
| -rw-r--r-- | sys/nfsserver/nfs_srvsubs.c | 1 | ||||
| -rw-r--r-- | sys/ufs/ufs/ufs_vnops.c | 2 |
7 files changed, 3 insertions, 7 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index c677e19c3aa0..c6ce7888bb01 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -1886,7 +1886,7 @@ int vcount(vp) struct vnode *vp; { - struct vnode *vq, *vnext; + struct vnode *vq; int count; count = 0; diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index c677e19c3aa0..c6ce7888bb01 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1886,7 +1886,7 @@ int vcount(vp) struct vnode *vp; { - struct vnode *vq, *vnext; + struct vnode *vq; int count; count = 0; diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index d42c5ac645d9..0ed9e22d87c6 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -1248,7 +1248,6 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) enum vtype vtyp; u_short vmode; struct timespec mtime; - struct vnode *nvp; int v3 = NFS_ISV3(vp); md = *mdp; diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index d42c5ac645d9..0ed9e22d87c6 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -1248,7 +1248,6 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) enum vtype vtyp; u_short vmode; struct timespec mtime; - struct vnode *nvp; int v3 = NFS_ISV3(vp); md = *mdp; diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index d42c5ac645d9..0ed9e22d87c6 100644 --- a/sys/nfsclient/nfs_subs.c +++ b/sys/nfsclient/nfs_subs.c @@ -1248,7 +1248,6 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) enum vtype vtyp; u_short vmode; struct timespec mtime; - struct vnode *nvp; int v3 = NFS_ISV3(vp); md = *mdp; diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index d42c5ac645d9..0ed9e22d87c6 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -1248,7 +1248,6 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) enum vtype vtyp; u_short vmode; struct timespec mtime; - struct vnode *nvp; int v3 = NFS_ISV3(vp); md = *mdp; diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index e95c5e962c87..5c79468b5630 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -2026,7 +2026,7 @@ ufs_vinit(mntp, specops, fifoops, vpp) struct vnode **vpp; { struct inode *ip; - struct vnode *vp, *nvp; + struct vnode *vp; struct timeval tv; vp = *vpp; |
