From: Derrick Brashear Date: Thu, 19 Mar 2009 19:30:28 +0000 (+0000) Subject: STABLE14-solaris-vnode-path-cache-cleanup-20090317 X-Git-Tag: openafs-stable-1_4_9pre1~17 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=27376322fb4f2f0bf3cc01d7bb9a9288aab147c2;p=packages%2Fo%2Fopenafs.git STABLE14-solaris-vnode-path-cache-cleanup-20090317 LICENSE IPL10 declare needed variables everywhere (cherry picked from commit b7372c3e1473ffcd4ab13451d3861103b51df3af) --- 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