OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-18-g68463b6

Gerrit Code Review gerrit@openafs.org
Wed, 3 Feb 2010 12:28:53 -0800 (PST)


The following commit has been merged in the master branch:
commit 68463b6ab9c664303692ac264871723c27bfc524
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat Nov 7 21:21:00 2009 +0000

    Add printf format checks to util's log functions
    
    Add gcc printf format checks to all of the logging functions
    defined in src/util/afsutil.h
    
    Deal with the fallout, in particular create cast functions to go
    from VolumeId and VnodeId to (unsigned int)
    
    Change-Id: I28181b73cfeac22cf869d34e75a8335e65125e36
    Reviewed-on: http://gerrit.openafs.org/793
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/util/afsutil.h       |   25 +++++++++++++++++--------
 src/viced/afsfileprocs.c |   20 +++++++++++++-------
 src/viced/callback.c     |   44 ++++++++++++++++++++++++++------------------
 src/viced/callback.h     |    4 ++--
 src/viced/host.c         |   34 ++++++++++++++++++++--------------
 src/viced/viced.c        |    6 +++---
 src/vol/volume.h         |    6 ++++++
 7 files changed, 87 insertions(+), 52 deletions(-)

-- 
OpenAFS Master Repository