From 9ec9079040cce5a01fcbf71f1840beca35f6bf85 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Tue, 29 Nov 2005 04:13:29 +0000 Subject: [PATCH] STABLE14-solaris-sparc32-largefile-20051128 FIXES 23296 readd largefile support for solaris sparc32 (cherry picked from commit 003667acda60ed5ec9397a4a1c02a37d51dc74e4) --- src/afs/SOLARIS/osi_vnodeops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/SOLARIS/osi_vnodeops.c b/src/afs/SOLARIS/osi_vnodeops.c index bb70b64fd..028148b49 100644 --- a/src/afs/SOLARIS/osi_vnodeops.c +++ b/src/afs/SOLARIS/osi_vnodeops.c @@ -266,7 +266,7 @@ afs_GetOnePage(vp, off, alen, protp, pl, plsz, seg, addr, rw, acred) register struct dcache *tdc; int i, s, pexists; int slot; - afs_size_t offset = 0, nlen; + afs_size_t offset, nlen = 0; struct vrequest treq; afs_int32 mapForRead = 0, Code = 0; u_offset_t toffset; -- 2.39.5