OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre1-12-g873ac9c

Gerrit Code Review gerrit@openafs.org
Wed, 11 Jan 2012 13:13:16 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 873ac9cc9412d4e2a8631ea27c80c67ba6de9f51
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
    
    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>
    (cherry picked from commit 967d7201ee5c27db6d75d5efafcad9458e2b5167)
    
    Change-Id: I0cb510e3f115c2c35f06cf9cbddaf31835704eea
    Reviewed-on: http://gerrit.openafs.org/6527
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

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

-- 
OpenAFS Master Repository