]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 4 Jun 2014 14:17:54 +0000 (10:17 -0400)
commit98d8b56c7d9a1865492fe4bb23d28674162b7050
treed5b475957b5096516ebf4732059c4bfa38a9c3b8
parent6c591b74e4c4ecd1653efc46c4dca15fd0b748d7
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.

Reviewed-on: http://gerrit.openafs.org/7066
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 46c5aabfc6f5af2875e8b20252a17955ad89dd38)

Change-Id: Ifee3178e5cdc2eab947f759541864ecea4345b7a
Reviewed-on: http://gerrit.openafs.org/10867
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/bozo/bos.c
src/bozo/bos_util.c