OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2958-g94115df

Gerrit Code Review gerrit@openafs.org
Mon, 24 Sep 2012 20:45:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit 179096d9b2c461f02236bbf670b46597ff2d4c3c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Sep 24 13:03:34 2012 -0500

    LINUX: Define printf/uprintf as variadic macros
    
    Instead of defining the string 'printf' itself, make printf (and
    uprintf) variadic macros. This avoids renaming printf to printk for
    things like '__attribute__((format(printf,X,Y)))'.
    
    Note that this is Linux-specific; compilers on other platforms may not
    support variadic macros.
    
    This avoids many warnings in the Linux kernel module build if we
    include Linux headers after AFS headers.
    
    Change-Id: I2b8ed67f25e93f559535e40680ecab6fe7579e9c
    Reviewed-on: http://gerrit.openafs.org/8150
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/LINUX/osi_machdep.h |    4 ++--
 src/rx/rx_kernel.h          |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository