OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4447-gc7f1db2

Gerrit Code Review gerrit@openafs.org
Wed, 5 Nov 2014 08:36:06 -0500


The following commit has been merged in the master branch:
commit c7f1db24d5d0e1fdc956896c7b9804657e4d5b28
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Wed Oct 15 19:49:12 2014 -0400

    (Partially) unify XDR for libuafs and libafs
    
    The libuafs build was getting xdr_vector() from both afsaux.c and
    xdr_update.c, but because of the rules for creating static libraries,
    this did not cause build errors.
    
    The libafs build is sensitive to duplicate symbols, and was only
    getting xdr_vector() from afsaux.c; libafs was not building xdr_update.c
    or xdr_refernce.c (that is not a typo).
    
    Remove duplicate xdr_vector() from afsaux.c, and build xdr_update.c
    and xdr_refernce.c into libafs.
    
    Remove the unused #define of AUTH_DES.
    
    Change-Id: I58ea595d424801697acb07406664ede33aeaf026
    Reviewed-on: http://gerrit.openafs.org/11545
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>

 src/fsint/afsaux.c            |   29 -----------------------------
 src/libafs/Makefile.common.in |    8 ++++++++
 2 files changed, 8 insertions(+), 29 deletions(-)

-- 
OpenAFS Master Repository