bos: Change to using char casts for ka functions
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 5 Apr 2012 19:50:35 +0000 (15:50 -0400)
committerDerrick Brashear <shadow@dementix.org>
Mon, 9 Apr 2012 17:04:32 +0000 (10:04 -0700)
commit46c5aabfc6f5af2875e8b20252a17955ad89dd38
tree5ca69536ad8ddf1f253f490071e05b267feb1222
parent00992c66972aeab96cca9781b02a780ab49dce23
bos: Change to using char casts for ka functions

The ka_IsZero and ka_PrintBytes function just use char strings. Cast
directly, rather than going via a helper functions to simplify this
code.

The helper functions add complexity, and additional dependencies which
cause problems with some uses of this code.

Change-Id: I831ff0f8fbecec602d8c2b9112675938facfb06b
Reviewed-on: http://gerrit.openafs.org/7066
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/bozo/bos.c
src/bozo/bos_util.c