OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1047-gb3b0c67
Gerrit Code Review
gerrit@openafs.org
Sun, 10 Apr 2011 06:15:57 -0700 (PDT)
The following commit has been merged in the master branch:
commit b3b0c67808b76c0d7d1225956c5de21414490183
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Aug 2 13:23:34 2010 -0500
XDR: decouple from system XDR implementation
Since commit 7293ddf325b149cae60d3abe7199d08f196bd2b9 we have stopped
trying to use the system-provided XDR implementation, but the xdr_ops
structure was still structured to accomodate for the old limitations
of the system XDR. Change xdr_ops so it is just always one consistent
structure.
This removes:
- The AFS_XDR_64BITOPS define and all related code, since we never
call the 64-bit versions of getint and putint ourselves
- The rearrangement of getint32/putint32 depending if we are in
Solaris kernel-land or not
- The .x_control field
Change-Id: I59b7579da1ea728eaba6b426011adbe4f7a331b6
Reviewed-on: http://gerrit.openafs.org/2503
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/xdr.h | 31 -------------------------------
src/rx/xdr_len.c | 15 ---------------
src/rx/xdr_mem.c | 15 ---------------
src/rx/xdr_rec.c | 8 --------
src/rx/xdr_rx.c | 50 --------------------------------------------------
src/rx/xdr_stdio.c | 8 --------
6 files changed, 0 insertions(+), 127 deletions(-)
--
OpenAFS Master Repository