summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/pmap_prot2.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-28 11:58:18 +0000
committerbapt <bapt@FreeBSD.org>2015-10-28 11:58:18 +0000
commitc21ffb8d6aca32c9584cfa072f309a5890a21aea (patch)
treec13556877cfa7b8f6941e8141a6801cf91e72840 /lib/libc/rpc/pmap_prot2.c
parentec14b01dd8898deebe0427357d842721add8e34c (diff)
parent39fb527bf90f6a5cb03d93bd49c310bbca016a45 (diff)
downloadFreeBSD-src-c21ffb8d6aca32c9584cfa072f309a5890a21aea.zip
FreeBSD-src-c21ffb8d6aca32c9584cfa072f309a5890a21aea.tar.gz
Merge from head
Sponsored by: Gandi.net
Diffstat (limited to 'lib/libc/rpc/pmap_prot2.c')
-rw-r--r--lib/libc/rpc/pmap_prot2.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c
index 56a1198..f892afb 100644
--- a/lib/libc/rpc/pmap_prot2.c
+++ b/lib/libc/rpc/pmap_prot2.c
@@ -90,9 +90,7 @@ __FBSDID("$FreeBSD$");
* this sounds like a job for xdr_reference!
*/
bool_t
-xdr_pmaplist(xdrs, rp)
- XDR *xdrs;
- struct pmaplist **rp;
+xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
{
/*
* more_elements is pre-computed in case the direction is
@@ -134,9 +132,7 @@ xdr_pmaplist(xdrs, rp)
* functionality to xdr_pmaplist().
*/
bool_t
-xdr_pmaplist_ptr(xdrs, rp)
- XDR *xdrs;
- struct pmaplist *rp;
+xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
{
return xdr_pmaplist(xdrs, (struct pmaplist **)(void *)rp);
}
OpenPOWER on IntegriCloud