OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-225-gf4fb6cd
Gerrit Code Review
gerrit@openafs.org
Fri, 11 Jun 2010 12:10:51 -0700 (PDT)
The following commit has been merged in the master branch:
commit f4fb6cd4bf4bbfffef4cd3a9a36b3f5c23d447a9
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Jun 10 10:29:39 2010 -0500
Remove afsio warnings and errors
Fix a few warnings and errors in afsio, so it can compile:
- inlcude rx/rx_prototypes.h, not rx_prototypes.h
- only declare 'code' in SRXAFSCB_TellMeAboutYourself, and the global
rx_mtu in AFS_NT40_ENV, since they're only used on NT40
- remove declarations of the unused variables 'host' in
HandleLocalAuth, 'i' in readFile, and 'i' in writeFile
Change-Id: If39420cca791669200ccb4d3f46aa5ac7eb89c7d
Reviewed-on: http://gerrit.openafs.org/2121
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/venus/afsio.c | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository