Use our own xdr_int64() for all 64 bit types.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 17 Nov 2012 18:01:34 +0000 (05:01 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 17 Nov 2012 18:14:43 +0000 (10:14 -0800)
commit6b93021bbf87092def5f83c377644234d4bfa97a
tree811ff029c5b299cfdb63dd6dc4880b25f538c8f3
parentbbed37ca52e89175bd3419984bbd31be34e08629
Use our own xdr_int64() for all 64 bit types.

Oh dear.  It is really difficult for rpc and tirpc implementors to get
64 bit types right. Sigh.

I am tired of fighting broken ti-rpc libraries under linux and others
that do random corruption on xdr_u_quad_t and friends
so lets just override that shit and replace it with our own, non-broken,
implementation of a 64 bit xdr accessor.
examples/Makefile.am
nfs/Makefile.am
nfs/nfs.x
nlm/Makefile.am
nlm/nlm.x