summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/rpc/pmap_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/rpc/pmap_prot.c')
-rw-r--r--freebsd/lib/libc/rpc/pmap_prot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/freebsd/lib/libc/rpc/pmap_prot.c b/freebsd/lib/libc/rpc/pmap_prot.c
index 121af17a..03c303eb 100644
--- a/freebsd/lib/libc/rpc/pmap_prot.c
+++ b/freebsd/lib/libc/rpc/pmap_prot.c
@@ -54,9 +54,7 @@ __FBSDID("$FreeBSD$");
bool_t
-xdr_pmap(xdrs, regs)
- XDR *xdrs;
- struct pmap *regs;
+xdr_pmap(XDR *xdrs, struct pmap *regs)
{
assert(xdrs != NULL);