summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r--sys/kern/vfs_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index c677e19..c6ce788 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;
OpenPOWER on IntegriCloud