OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-107-g19f0da1
Gerrit Code Review
gerrit@openafs.org
Sun, 29 Nov 2009 11:52:48 -0800 (PST)
The following commit has been merged in the master branch:
commit 19f0da1e44c6ac5acd22f8a2b1d9095d568d216e
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Thu Nov 19 18:29:08 2009 -0500
Warning fixes - key handling
Various warning fixes related mostly to the different types used
to handle keys. This should clear most of the remaining warnings
in this area. The technique of inline converter helpers is
extended to cover a few more cases.
README.WARNINGS is adjusted to reflect the current status.
Fixes:
- bos: define and use an inline converter from a ktc key to a bozo key
- bos.c and bos_utils.c should no longer have warnings - adjust Makefile
- define a ktc key to char * converter and use it in a few places
- define kas key to bozo key ptr converter and use it in a few places (afs_bosAdmin)
- cast a few arguments to ka_StringToKey which expects non-const pointers
Change-Id: I1c19869ac232d78209126d4eeeb11af8bcb95815
Reviewed-on: http://gerrit.openafs.org/860
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 10 +++-------
src/bozo/Makefile.in | 4 ++--
src/bozo/bos.c | 9 +++++----
src/bozo/bos_util.c | 4 ++--
src/bozo/bosprototypes.h | 7 +++++++
src/libadmin/bos/afs_bosAdmin.c | 4 ++--
src/libadmin/bos/afs_bosAdmin.h | 5 +++++
src/libadmin/kas/afs_kasAdmin.c | 2 +-
src/rxkad/Makefile.in | 2 +-
src/rxkad/rxkad_prototypes.h | 5 +++++
src/uss/uss_kauth.c | 4 ++--
11 files changed, 35 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository