OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-31-g9651fd7
Gerrit Code Review
gerrit@openafs.org
Wed, 23 Dec 2009 13:13:10 -0800 (PST)
The following commit has been merged in the master branch:
commit 9651fd726f8cc5d7b2ebdadf48b7e22bf25d1715
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Dec 23 15:23:30 2009 -0500
Fix warnings in fs.c with --enable-cache-bypass
Fix some warnings in src/venus/fs.c so we can compile with
--enable-cache-bypass and --enable-checking:
-- Include ctype.h so isdigit gets a prototype
-- Make BypassThresholdCmd have the proper signature
-- Remove the unused 'size' variable
Change-Id: I09afc6c04c990476226d1c2a751e23d3d39085b6
Reviewed-on: http://gerrit.openafs.org/1025
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/venus/fs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository