OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-22-ga53732e

Gerrit Code Review gerrit@openafs.org
Mon, 28 Sep 2009 01:58:37 -0700 (PDT)


The following commit has been merged in the master branch:
commit a53732ef5f425706abc1c5e511df23cecb2f6113
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat Sep 26 18:11:53 2009 +0100

    Miscellaneous warning cleanup
    
    Assorted warning cleanup, that it didn't seem to make sense having one
    patch per file for.
    
    This patch
        - Adds some casting for syscall pointers
        - ANSIfies SRXAFSCB_GetDE in fsprobe
        - Loads sys/ioctl.h on some more platforms in usd
        - Includes some missing header files
        - Removes unused variables
        - Makes it clear that VIsSalvager does handle all enumerated types
        - Adds some more prototypes
    
    Reviewed-on: http://gerrit.openafs.org/508
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/UKERNEL/sysincludes.h         |    2 +-
 src/afs/afs_syscall.c                 |    2 +-
 src/afsd/afsd.c                       |    8 ++++++--
 src/afsmonitor/afsmonitor.h           |    3 +++
 src/auth/authcon.c                    |    2 ++
 src/auth/ktc.h                        |    2 +-
 src/cmd/cmd.c                         |    2 +-
 src/fsprobe/fsprobe.c                 |    2 +-
 src/fsprobe/fsprobe_callback.c        |   13 ++++---------
 src/kauth/read_passwd.c               |    5 ++++-
 src/kauth/user.c                      |    4 ++++
 src/libadmin/client/afs_clientAdmin.c |    7 ++++---
 src/platform/DARWIN/afssettings.m     |    3 ++-
 src/sys/pagsh.c                       |    1 +
 src/sys/sys_prototypes.h              |    1 +
 src/usd/usd_file.c                    |    2 +-
 src/util/regex.c                      |    6 +++---
 src/venus/fs.c                        |    2 +-
 src/venus/test/getinitparams.c        |    1 +
 src/viced/host.c                      |    4 +++-
 src/vlserver/vlprocs.c                |    1 -
 src/vol/volume_inline.h               |    3 ++-
 22 files changed, 47 insertions(+), 29 deletions(-)

-- 
OpenAFS Master Repository