]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r296394:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Mar 2016 00:39:01 +0000 (00:39 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Mar 2016 00:39:01 +0000 (00:39 +0000)
commit04147c8a1ef57b05876cab37dda99ec49b92fdae
tree69b438e96105e1741db318761004b7db1a30ef15
parentf499c22e110be90cdd4d850c0505a79dde59eb2e
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/10@297259 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/rpc/xdr.h