summaryrefslogtreecommitdiffstats
path: root/sys/rpc/rpcb_prot.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-08-25 09:36:17 +0000
committerdfr <dfr@FreeBSD.org>2008-08-25 09:36:17 +0000
commitb9dfa1bea1499464580f487113b117b5667d7fd4 (patch)
tree51c57e484cae6ff601f3778205fe95d0c2c6f631 /sys/rpc/rpcb_prot.c
parent1a7416c9dd48f4af524dd469a388323e0fe1faf2 (diff)
downloadFreeBSD-src-b9dfa1bea1499464580f487113b117b5667d7fd4.zip
FreeBSD-src-b9dfa1bea1499464580f487113b117b5667d7fd4.tar.gz
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with
the other 'struct pmap'. Pointed out by: kmacy MFC after: 2 weeks
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