From 88d6fa4d4abcae38b7ea2520fe4f00203d58d677 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 29 Oct 1995 15:33:36 +0000 Subject: Second batch of cleanup changes. This time mostly making a lot of things static and some unused variables here and there. --- sys/kern/vfs_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/vfs_cache.c') diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 7b0fc56..7813a9a 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cache.c 8.3 (Berkeley) 8/22/94 - * $Id: vfs_cache.c,v 1.15 1995/05/30 08:06:28 rgrimes Exp $ + * $Id: vfs_cache.c,v 1.16 1995/07/29 11:40:19 bde Exp $ */ #include @@ -296,7 +296,7 @@ cache_purgevfs(mp) struct mount *mp; { struct nchashhead *ncpp; - struct namecache *ncp, *nxtcp; + struct namecache *ncp; /* Scan hash tables for applicable entries */ for (ncpp = &nchashtbl[nchash - 1]; ncpp >= nchashtbl; ncpp--) { -- cgit v1.1