OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-25-g72c2473

Gerrit Code Review gerrit@openafs.org
Thu, 8 Oct 2009 03:40:30 -0700 (PDT)


The following commit has been merged in the master branch:
commit 72c2473724e1b0a8cdc4a9e3e7639d80e5ec1086
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Oct 7 17:19:22 2009 -0500

    Prototype strcasestr in afsmonitor.c
    
    If we HAVE_STRCASESTR, we lack the prototype for strcasestr in
    afsmonitor.c unless we def _GNU_SOURCE before including string.h on GNU
    systems. To avoid side-effects or pulling in extra stuff, just prototype
    strcasestr ourselves for the time being (if we have it) instead of
    def'ing _GNU_SOURCE.
    
    Reviewed-on: http://gerrit.openafs.org/595
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afsmonitor/afsmonitor.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository