OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2355-g46c5aab
Gerrit Code Review
gerrit@openafs.org
Mon, 9 Apr 2012 10:05:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit 46c5aabfc6f5af2875e8b20252a17955ad89dd38
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Apr 5 15:50:35 2012 -0400
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 | 5 +++--
src/bozo/bos_util.c | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository