OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-158-g19dee93

Gerrit Code Review gerrit@openafs.org
Wed, 26 May 2010 19:59:07 -0700 (PDT)


The following commit has been merged in the master branch:
commit 19dee933a0ca1d824edb697e43f29628cce06f55
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed May 26 17:50:43 2010 -0400

    scout.c: only declare width once
    
    The width variable was declared twice, for the whole function
    and also within the for loop, leaving the first one unused
    and triggering a warning and a failed build with enable-checking.
    
    Change-Id: Idd061aa0e9eff1f158bfdbd67a20fe5876570089
    Reviewed-on: http://gerrit.openafs.org/2039
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: Russ Allbery <rra@stanford.edu>

 src/scout/scout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository