Fix warnings in fs.c with --enable-cache-bypass
authorAndrew Deason <adeason@sinenomine.net>
Wed, 23 Dec 2009 20:23:30 +0000 (15:23 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Wed, 23 Dec 2009 21:12:44 +0000 (13:12 -0800)
commit9651fd726f8cc5d7b2ebdadf48b7e22bf25d1715
tree4f2d8cc0132993df85b05fc540e9dd1acb654474
parent2c0a9ab3c361ade9218c2f458d86165de8eadc76
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