OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-36-g6d628bb

Gerrit Code Review gerrit@openafs.org
Mon, 28 Sep 2009 07:11:07 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6d628bbb7c188e5644e27b3657d824c1481034b6
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat Sep 26 17:44:06 2009 +0100

    Squash more viced warnings
    
    Get rid of more warnings in viced
      - Cast fids that we pass into the Dir package to avoid type warnings
      - Add ()s to a && b || c, to clarify its meaning - (a && b ) || c
      - Don't use %ld to print ints
      - Prototype another function from the host package
    
    Reviewed-on: http://gerrit.openafs.org/539
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/viced/afsfileprocs.c |    6 +++---
 src/viced/host.c         |    2 +-
 src/viced/host.h         |    1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository