]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r301754,r301769:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 Dec 2016 18:14:29 +0000 (18:14 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 Dec 2016 18:14:29 +0000 (18:14 +0000)
commita901fb754a27eda101cf467a84e5649587a5cded
treedbb28c6906228b084067f9ff672b23224c8dfa73
parent99979b3e0bcbebab12eb8ee94b2f2f559d79141c
MFC r301754,r301769:

r301754 (by pfg):

libc/rpc: Make use of some xdr_* macros.

xdr_rpcprog and xdr_rpcvers were broken in older versions of FreeBSD
but were fixed in r296394. Give them some use hoping they help make
the code somewhat more readable.

r301769 (by pfg):

libc/rpc: Make use of some xdr_* macros. (part 2)

xdr_rpcproc, xdr_rpcprog and xdr_rpcvers were broken in older
versions of FreeBSD but fixed in r296394.  Give them some use
hoping they help make the code somewhat more readable.

git-svn-id: svn://svn.freebsd.org/base/stable/10@309493 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/rpc/rpc_callmsg.c
lib/libc/rpc/rpc_prot.c
lib/libc/rpc/rpcb_prot.c
lib/libc/rpc/rpcb_st_xdr.c