]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r296394:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Mar 2016 00:40:04 +0000 (00:40 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Mar 2016 00:40:04 +0000 (00:40 +0000)
commit4de48b7d445d0a31c7d0c512ecd253e517d293a3
tree4e7199b026066ea0d6e89c897fdcc50661f2409c
parent28f0b2e9623dd6e1fa28ea981432a5987b615158
MFC r296394:
xdr: Fix xdr_rpc* defines.

The defines for xdr_rpc* in xdr.h are wrong. It could be
very well that Solaris did strip the '_t' from xdr_u_int32_t,
but Solaris has a xdr_u_int32 function, we don't have this.
So all of this defines will lead to an unresolved symbol.

This explains why we do not use these functions in FreeBSD
while they are used in Illumos/Solaris.

Obtained from: linux libtirpc (git 7864122e61ffe4db1aa8ace89117358a1e3a391b)

git-svn-id: svn://svn.freebsd.org/base/stable/9@297260 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/rpc/xdr.h