From 066794bdde04fceef415c15ff27327431a1bb5fb Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 17 Mar 2009 15:10:42 +0000 Subject: [PATCH] DEVEL15-solaris-vnode-path-cache-cleanup-20090317 LICENSE IPL10 declare needed variables everywhere (cherry picked from commit b7372c3e1473ffcd4ab13451d3861103b51df3af) --- src/afs/SOLARIS/osi_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/SOLARIS/osi_file.c b/src/afs/SOLARIS/osi_file.c index 54385a240..4ba701526 100644 --- a/src/afs/SOLARIS/osi_file.c +++ b/src/afs/SOLARIS/osi_file.c @@ -182,9 +182,9 @@ osi_UfsOpen(afs_int32 ainode) #endif register struct osi_file *afile = NULL; afs_int32 code = 0; -#ifdef AFS_CACHE_VNODE_PATH int dummy; char fname[1024]; +#ifdef AFS_CACHE_VNODE_PATH char namebuf[1024]; struct pathname lookpn; #endif -- 2.39.5