The following commit has been merged in the master branch:
commit 02f2c7cb3734d44dc90b77d631909373daefacd3
Author: Simon Wilkinson <[email protected]>
Date:   Tue Apr 27 13:02:20 2010 +0100

    Linux: Add autoconf macro for structure checks
    
    Add a new autoconf macro for doing structure element checks, and
    modify all simple structure checks to use it. This introduces a
    standard name form - STRUCT_structure_HAS_element, so there are
    some changes in the code to make use of this standard form.
    
    Change-Id: Ife967322503ae6f428e76845000de04f26929e65
    Reviewed-on: http://gerrit.openafs.org/1853
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 acinclude.m4                   |  124 +++----------
 src/afs/LINUX/osi_compat.h     |    2 +-
 src/afs/LINUX/osi_vfsops.c     |    8 +-
 src/afs/LINUX/osi_vnodeops.c   |    4 +-
 src/afs/LINUX24/osi_vfsops.c   |    6 +-
 src/afs/LINUX24/osi_vnodeops.c |    6 +-
 src/afs/afs.h                  |    4 +-
 src/afs/afs_vcache.c           |    2 +-
 src/cf/linux-test1.m4          |   14 ++
 src/cf/linux-test3.m4          |    6 -
 src/cf/linux-test4.m4          |  379 ++--------------------------------------
 11 files changed, 75 insertions(+), 480 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to