OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-163-g7293ddf
Gerrit Code Review
gerrit@openafs.org
Mon, 22 Mar 2010 14:55:18 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7293ddf325b149cae60d3abe7199d08f196bd2b9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Feb 18 00:04:22 2010 +0000
XDR: Stop the madness
We currently attempt to align our XDR implementation with what may
be provided by the host system. This leads to a huge amount of parameter
fudging, and general pain and misfortune. However, the only place that
we still actually use the system XDR is for UKERNEL builds.
Change this so that we use our XDR everywhere. Fix all of our type and
function definitions so that they're standard. Remove the warning
inhibitions.
Change-Id: I53f4539e50eacb4e0691d8d3d6546bbfb7438358
Reviewed-on: http://gerrit.openafs.org/1340
Reviewed-by: Chaz Chandler
Tested-by: Chaz Chandler
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
README.WARNINGS | 6 --
src/libuafs/Makefile.common.in | 18 ++--
src/rx/xdr.h | 72 ++++++------------
src/rx/xdr_len.c | 45 ++++-------
src/rx/xdr_mem.c | 71 +++++++-----------
src/rx/xdr_rec.c | 8 ++
src/rx/xdr_rx.c | 159 +++++++++++++++------------------------
src/rx/xdr_stdio.c | 8 ++
8 files changed, 152 insertions(+), 235 deletions(-)
--
OpenAFS Master Repository