freebsd-src/include/rpc
Pedro F. Giffuni d1bd689d10 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)
MFC after:	3 weeks
2016-03-04 22:03:38 +00:00
..
auth.h
auth_des.h
auth_kerb.h
auth_unix.h
clnt.h
clnt_soc.h
clnt_stat.h
des.h
des_crypt.h
Makefile
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
nettype.h
pmap_clnt.h
pmap_prot.h
pmap_rmt.h
raw.h
rpc.h
rpc_com.h
rpc_msg.h
rpcb_clnt.h
rpcb_prot.x
rpcent.h RPC: update the getrpcbyname() definition to include a const qualifier. 2016-02-26 23:25:21 +00:00
rpcsec_gss.h
svc.h Add sunrpc compat define for xp_sock. 2016-03-03 14:44:30 +00:00
svc_auth.h
svc_dg.h
svc_soc.h
xdr.h xdr: Fix xdr_rpc* defines. 2016-03-04 22:03:38 +00:00