The following commit has been merged in the master branch:
commit a8cc8dbbe53a4764dcd355cf1080f497cb8f5d2e
Author: Simon Wilkinson <[email protected]>
Date:   Tue Apr 27 17:49:19 2010 +0100

    Linux: Don't waste autoconf checks on cpp defines
    
    If something is a #define, then there's no point in doing a test
    compile to check for its presence. Instead, just do #if defined(X)
    
    Remove the tests for for_each_process and prev_task.
    
    Change-Id: Id8a9fddf2571cccd5d61982d4662bce2009c8f43
    Reviewed-on: http://gerrit.openafs.org/1855
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 acinclude.m4                 |    8 --------
 src/afs/LINUX/osi_gcpags.c   |    2 +-
 src/afs/LINUX24/osi_gcpags.c |    2 +-
 src/afs/LINUX24/osi_module.c |    2 +-
 src/cf/linux-test4.m4        |   25 -------------------------
 5 files changed, 3 insertions(+), 36 deletions(-)

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

Reply via email to