OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-13-g289d066

Gerrit Code Review gerrit@openafs.org
Tue, 2 Feb 2010 09:32:25 -0800 (PST)


The following commit has been merged in the master branch:
commit 289d06650d0e3c7c0a308a275cf229d671135bf5
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Jan 25 16:56:13 2010 -0600

    Squash pthreaded ubik warnings
    
    Fix/ignore some warnings with --enable-pthreaded-ubik:
    
     - ubik/ubik.c: move rx_stackSize decl to non-pthread code, since it's
       only used there
    
     - budb/db_dump.c: move 'code' decl to non-pthread code, since it's only
       used there
    
     - ubik/recovery.c: move return to outside the ifdef, so we still have a
       return statement in the pthreaded case
    
     - Add -Wno-error to beacon.c in tubik, to match the ubik case
    
    Change-Id: I614f2425c36e77bb1a08838b45166d8edb080c73
    Reviewed-on: http://gerrit.openafs.org/1211
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/budb/db_dump.c    |    6 ++++++
 src/budb/server.c     |    4 ++--
 src/tubik/Makefile.in |    2 +-
 src/ubik/recovery.c   |    2 +-
 src/ubik/ubik.c       |    2 +-
 5 files changed, 11 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository