OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-59-g82aa5b4
Gerrit Code Review
gerrit@openafs.org
Tue, 13 Oct 2009 05:34:08 -0700 (PDT)
The following commit has been merged in the master branch:
commit 82aa5b4e09ac8a550525efd0e357783a3b3aed88
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Fri Oct 9 21:17:16 2009 +0100
Add public protoypes for volser
Add a new public header file volser_prototypes.h, which contains
prototypes for those volser functions that are used by the rest of the
tree, and link it into the Unix and Windows build systems.
Rename the current volser_prototypes.h volser_internal.h, and update
references to it.
Make those places that should use the new public header use it, and
re-enable warnings-as-errors as appropriate.
Remove the warning free files from the list in README.WARNINGS
Add butm_prototypes.h to butc/lwps.c, so we can enable warnings for that,
too.
Reviewed-on: http://gerrit.openafs.org/636
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 7 +--
src/bucoord/Makefile.in | 4 +-
src/bucoord/ubik_db_if.c | 1 +
src/bucoord/volstub.c | 2 +
src/butc/Makefile.in | 2 +-
src/butc/lwps.c | 8 ++-
src/fsprobe/fsprobe.c | 2 +
src/volser/Makefile.in | 6 ++-
src/volser/NTMakefile | 1 +
src/volser/vol_split.c | 2 +-
src/volser/volmain.c | 2 +-
src/volser/volprocs.c | 2 +-
src/volser/volser_internal.h | 142 ++++++++++++++++++++++++++++++++++++++
src/volser/volser_prototypes.h | 149 ++++------------------------------------
src/volser/voltrans.c | 2 +-
src/volser/vos.c | 1 +
src/volser/vsprocs.c | 1 +
17 files changed, 184 insertions(+), 150 deletions(-)
--
OpenAFS Master Repository