summaryrefslogtreecommitdiff
path: root/sunrpc/pmap_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/pmap_prot.c')
-rw-r--r--sunrpc/pmap_prot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sunrpc/pmap_prot.c b/sunrpc/pmap_prot.c
index 8df41dc5f2..0919d0917d 100644
--- a/sunrpc/pmap_prot.c
+++ b/sunrpc/pmap_prot.c
@@ -38,9 +38,7 @@
bool_t
-xdr_pmap (xdrs, regs)
- XDR *xdrs;
- struct pmap *regs;
+xdr_pmap (XDR *xdrs, struct pmap *regs)
{
if (xdr_u_long (xdrs, &regs->pm_prog) &&