summaryrefslogtreecommitdiffstats
path: root/sys/rpc/rpcb_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc/rpcb_prot.c')
-rw-r--r--sys/rpc/rpcb_prot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/rpcb_prot.c b/sys/rpc/rpcb_prot.c
index 06a659e..be76571 100644
--- a/sys/rpc/rpcb_prot.c
+++ b/sys/rpc/rpcb_prot.c
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpcb_prot.h>
bool_t
-xdr_pmap(XDR *xdrs, struct pmap *regs)
+xdr_portmap(XDR *xdrs, struct portmap *regs)
{
if (xdr_u_long(xdrs, &regs->pm_prog) &&
OpenPOWER on IntegriCloud