OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_69-7-g7f10468

Gerrit Code Review gerrit@openafs.org
Thu, 21 Jan 2010 11:48:51 -0800 (PST)


The following commit has been merged in the master branch:
commit 7f1046896ee14d3e7ee6975e70cd1a9bb9f24736
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Jan 20 21:03:08 2010 -0500

    Warning cleanup: implicit function declarations in butc and bucoord
    
    Cleanup some prototype related warnings under bucoord and butc:
    - Copy a few prototypes from bucoord_internal.h to bucoord_prototypes.h,
    since they are used in other source directories
    - Install bc.h under include/afs, and include it in tcmain.c
    - Include bucoord_prototypes.h in tcmain.c
    - Add a prototype for GetResponseKey
    - Remove warning inhibition for tcmain.c, and entry in README.WARNINGS
    - Remove warning inhibition for bucoord/dump.c (no entry in README)
    
    Change-Id: I0a0ae92d3c7ba75e4a331bf59ea9c031763cc704
    Reviewed-on: http://gerrit.openafs.org/1134
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 README.WARNINGS                  |    1 -
 src/bucoord/Makefile.in          |    5 ++++-
 src/bucoord/bucoord_prototypes.h |    6 ++++++
 src/butc/Makefile.in             |    4 ++--
 src/butc/butc_internal.h         |    1 +
 src/butc/tcmain.c                |    2 ++
 6 files changed, 15 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository