summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-11-15 01:25:26 +0000
committeralfred <alfred@FreeBSD.org>2003-11-15 01:25:26 +0000
commit29e72812956e40fcd4e137dedc50b0d4be20d31b (patch)
tree5777f665a72d1edc431c6d84010147defa938210 /sys/nfs4client
parent6763fe0b2043dc81399526e70421e979bbfee7b3 (diff)
downloadFreeBSD-src-29e72812956e40fcd4e137dedc50b0d4be20d31b.zip
FreeBSD-src-29e72812956e40fcd4e137dedc50b0d4be20d31b.tar.gz
Fix compliation on sparc64.
Change arg from uint32_t to size_t to match prototypes.
Diffstat (limited to 'sys/nfs4client')
-rw-r--r--sys/nfs4client/nfs4_subs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs4client/nfs4_subs.c b/sys/nfs4client/nfs4_subs.c
index 22ccfa8..fd235ae 100644
--- a/sys/nfs4client/nfs4_subs.c
+++ b/sys/nfs4client/nfs4_subs.c
@@ -717,7 +717,8 @@ nfsm_v4build_remove_xx(struct nfs4_compound *cp, const char *name, u_int namelen
int
nfsm_v4build_attrs_xx(struct vattr *vap, struct mbuf **mb, caddr_t *bpos)
{
- uint32_t *tl, *attrlenp, *bmvalp, siz, len;
+ uint32_t *tl, *attrlenp, *bmvalp, len;
+ size_t siz;
tl = nfsm_build_xx(4 * NFSX_UNSIGNED, mb, bpos);
OpenPOWER on IntegriCloud