Fix compliation on sparc64.
Change arg from uint32_t to size_t to match prototypes.
This commit is contained in:
parent
d4346413c3
commit
e549a574c6
@ -717,7 +717,8 @@ nfsm_v4build_remove_xx(struct nfs4_compound *cp, const char *name, u_int namelen
|
|||||||
int
|
int
|
||||||
nfsm_v4build_attrs_xx(struct vattr *vap, struct mbuf **mb, caddr_t *bpos)
|
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);
|
tl = nfsm_build_xx(4 * NFSX_UNSIGNED, mb, bpos);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user