OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-62-g789580d
Gerrit Code Review
gerrit@openafs.org
Tue, 13 Oct 2009 18:34:27 -0700 (PDT)
The following commit has been merged in the master branch:
commit 789580d13591ff1aa53cfbf5fef4d46b0b65c805
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Oct 9 10:17:43 2009 -0500
Fix warnings in butc, tbutc, and butm
tbutc:
- Ignore warnings for dump.c
butc/dump.c:
- butm_WriteFileData takes a char*, no need to cast buffer
- volumeHeader_hton takes a struct volumeHeader*, though, need to cast
buffer there
- Ignore strict prototypes
butc/recoverDb.c:
- scanVolData takes a uint*, not an int*
- Initialize nbytes to 0
- Remove warning inhibition
butc/tcmain.c:
- atocl takes an int*, not a uint*
- Ignore implicit function declaration warnings
butc/tcudbprocs.c:
- Ignore implicit function declaration warnings (ubik stuff)
butm/file_tm.c:
- Include sys/wait.h for the waitpid() prototype
Reviewed-on: http://gerrit.openafs.org/635
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/butc/Makefile.in | 1 -
src/butc/dump.c | 7 +++++--
src/butc/recoverDb.c | 3 ++-
src/butc/tcmain.c | 7 +++++--
src/butc/tcudbprocs.c | 3 +++
src/butm/file_tm.c | 1 +
src/tbutc/Makefile.in | 2 +-
7 files changed, 17 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository