OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2077-g967d720

Gerrit Code Review gerrit@openafs.org
Sun, 8 Jan 2012 09:15:24 -0800 (PST)


The following commit has been merged in the master branch:
commit 967d7201ee5c27db6d75d5efafcad9458e2b5167
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Sun Jan 8 11:31:39 2012 -0500

    Make libjafs buildable again
    
    libjafs is surprisingly close to being buildable. Fix a few misc
    things which have bitrotted over the years so it is possible to
    actually build:
    
     - Add -I$SRC/config to the cflags, so we can include afsconfig.h
    
     - Remove references to the nonexistant rxkstats.o
    
     - Do not link with UAFS' AFS_component_version_number.o, since this
       gives us duplicate version number symbols
    
     - Include afs_vosAdmin.h in Group.c, to satisfy some missing symbols
    
    Change-Id: Ie8da88872288073d080a58ed7fe8c8b52052488e
    Reviewed-on: http://gerrit.openafs.org/6524
    Reviewed-by: Steven Jenkins <steven@synaptian.com>
    Tested-by: Steven Jenkins <steven@synaptian.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/JAVA/libjafs/Group.c     |    2 ++
 src/JAVA/libjafs/Makefile.in |    9 +++------
 2 files changed, 5 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository