OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-24-gfa033c6

Gerrit Code Review gerrit@openafs.org
Wed, 3 Feb 2010 13:20:13 -0800 (PST)


The following commit has been merged in the master branch:
commit fa033c6beae5a8c912ea440385e1b7d16c1443d3
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Jan 30 21:56:57 2010 +0000

    Add xdr_mem to the Unix build
    
    A number of forthcoming attractions require xdrmem, which is
    currently not part of the Unix build. Fix it so that it builds
    without warnings, and add it to the standard RX build.
    
    Change-Id: I5a21b2c7cd837c317f16dc35bf12cdac69d10167
    Reviewed-on: http://gerrit.openafs.org/1220
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/rx/Makefile.in |    2 +-
 src/rx/xdr.h       |   30 ++++++++++++++++++++++++++
 src/rx/xdr_mem.c   |   59 ++++++++++++++++++++++++++++++++-------------------
 3 files changed, 68 insertions(+), 23 deletions(-)

-- 
OpenAFS Master Repository