]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/pmap_prot2.c
Libinfo-392.1.tar.gz
[apple/libinfo.git] / rpc.subproj / pmap_prot2.c
index a5bd77d0a464bd9404afbecc5e72e6c660a821b9..6c286c7d6652f4ce8a229f90b668e0d16aa834f7 100644 (file)
@@ -133,8 +133,7 @@ xdr_pmaplist(xdrs, rp)
                 */
                if (freeing)
                        next = &((*rp)->pml_next); 
-               if (! xdr_reference(xdrs, (caddr_t *)rp,
-                   (u_int)sizeof(struct pmaplist), xdr_pmap))
+               if (! xdr_reference(xdrs, (caddr_t *)rp, (u_int)sizeof(struct pmaplist), (xdrproc_t)xdr_pmap))
                        return (FALSE);
                rp = (freeing) ? next : &((*rp)->pml_next);
        }