OpenAFS Master Repository branch, master, updated. 0c7bb45c91cee0d47fa0263831f7d22889153a36

Gerrit Code Review gerrit@openafs.org
Thu, 16 Jul 2009 11:05:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit 0c7bb45c91cee0d47fa0263831f7d22889153a36
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Fri Jul 10 16:13:09 2009 +0100

    Make afs_warn() and afs_warnuser() va_args
    
    The afs_warn() and afs_warnuser() functions take a variable number of
    arguments. Historically, we've handled this by just not prototyping
    them. This change builds on the work done a while back to get a
    prototyped osi_Panic() working in the kernel, and contains the same
    work arounds for platforms with no usable va_args support (HPUX) and
    those where support is limited (some Darwin, some Linux)
    
    Reviewed-on: http://gerrit.openafs.org/27
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Verified-by: Russ Allbery <rra@stanford.edu>
    Verified-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_prototypes.h |   19 +++++++-------
 src/afs/afs_warn.c       |   60 ++++++++++++++++++++++++++++-----------------
 2 files changed, 46 insertions(+), 33 deletions(-)

-- 
OpenAFS Master Repository