The following commit has been merged in the master branch:
commit 7293ddf325b149cae60d3abe7199d08f196bd2b9
Author: Simon Wilkinson <[email protected]>
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 <[email protected]>
Tested-by: Derrick Brashear <[email protected]>
Reviewed-by: Simon Wilkinson <[email protected]>
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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs