Use typedef XDR from <rpc/xdr.h>
authorMarcin Cieslak <saper@saper.info>
Thu, 27 Sep 2012 08:32:50 +0000 (10:32 +0200)
committerJon Trulson <jon@radscan.com>
Thu, 27 Sep 2012 23:54:12 +0000 (17:54 -0600)
commitee82570104e93a0dc0f4049179c6b544c59ef930
tree5e16535044e81315714c4d723a6d920ecf12fe4f
parent5f8b6ba739048f20e6c6bfe41ef9f96d2afaa495
Use typedef XDR from <rpc/xdr.h>

__rpc_xdr is no longer available on FreeBSD 10.
(XDR is typedef'd as "struct XDR" and not "struct __rpc_xdr").

By the way, why did we ever need this? Probably
it should be removed. Leaving for __OpenBSD__ for now.
cde/lib/tt/lib/util/tt_xdr_utils.C