From: Ronnie Sahlberg Date: Sat, 17 Nov 2012 18:01:34 +0000 (+1100) Subject: Use our own xdr_int64() for all 64 bit types. X-Git-Tag: upstream/1.9.6^2~247 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6b93021bbf87092def5f83c377644234d4bfa97a;hp=6b93021bbf87092def5f83c377644234d4bfa97a;p=deb_libnfs.git 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. ---