OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-55-g748eaf8
Gerrit Code Review
gerrit@openafs.org
Wed, 11 Nov 2009 09:17:48 -0800 (PST)
The following commit has been merged in the master branch:
commit 420dfad900267720d1665a67c92c567a341728c7
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Nov 11 10:28:29 2009 +0000
const char paths for ubik_ServerInit
ubik_ServerInit* take a pathname, which should really be a const.
It already is in many of the callers, some of which remove the
const by casting, the others throw errors.
Make pathName const for all of ubik_ServerInitByInfo, ubik_ServerInit
and ubik_ServerInitCommon.
Update all of our callers to remove the now unecessary casting.
Remove the now uneccessary warning inhibition on vlserver/vlserver.c
Change-Id: I009103dc49e4473eec65ebd75aab727915c26f3c
Reviewed-on: http://gerrit.openafs.org/811
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 1 -
src/kauth/kaserver.c | 4 ++--
src/ptserver/ptserver.c | 2 +-
src/ptserver/ubik.c | 2 +-
src/ubik/ubik.c | 6 +++---
src/ubik/ubik.p.h | 5 +++--
src/vlserver/Makefile.in | 2 +-
7 files changed, 11 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository