]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r296394:
authorpfg <pfg@FreeBSD.org>
Fri, 25 Mar 2016 00:39:01 +0000 (00:39 +0000)
committerpfg <pfg@FreeBSD.org>
Fri, 25 Mar 2016 00:39:01 +0000 (00:39 +0000)
commitab79d36b06afce3983bb7a738737c9163fac1a01
tree69b438e96105e1741db318761004b7db1a30ef15
parenteeaebf709773790b28a42a2f0fc59b8b552e178f
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)
include/rpc/xdr.h