OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-302-gf70d918

Gerrit Code Review gerrit@openafs.org
Mon, 25 Oct 2010 21:40:07 -0700 (PDT)


The following commit has been merged in the master branch:
commit f70d9181d33960856fed4bae23008a450c932f3d
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Tue Oct 26 00:17:11 2010 -0400

    Complete change from dcb40c9fb8 for FBSD
    
    Many conditionals involving osi_fsplock were changed to depend
    on AFS_PRIVATE_OSI_ALLOCSPACES instead of constants or other
    things (like AFS_FBSD_ENV).  The condition on the initializaion
    in afs_init was changed but not the declaration in afs_prototypes.h,
    breaking the build on FBSD.
    Use the same conditional in afs_prototypes.h, fixing the FBSD build.
    
    Change-Id: I28d5d3be4f1b2fdb8aca0834df7d8fc65f0d0146
    Reviewed-on: http://gerrit.openafs.org/3146
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_prototypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository