]> granicus.if.org Git - libtirpc/commit
Fix xdr_rpc* defines in xdr.h
authorThorsten Kukuk <kukuk@suse.de>
Wed, 29 Apr 2015 14:03:54 +0000 (10:03 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 29 Apr 2015 21:05:54 +0000 (17:05 -0400)
commit7864122e61ffe4db1aa8ace89117358a1e3a391b
tree3bfeaf473e11393a91e9300719e8744c7d4ae9ae
parent1270f66c8bef9f94a06a4842364970a71985ff55
Fix xdr_rpc* defines in xdr.h

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.

Signed-off-by: Steve Dickson <steved@redhat.com>
tirpc/rpc/xdr.h