OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-882-gb9bf4e0
Gerrit Code Review
gerrit@openafs.org
Thu, 17 Mar 2011 06:37:27 -0700 (PDT)
The following commit has been merged in the master branch:
commit d9f11cd85bd533df21be792b11fc21385c210b6b
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Mar 16 15:31:40 2011 +0000
kauth: Use strtol for integer argument handling
Use strtol, rather than a combination of util_isint and atoi to
handle integer arguments. This is much cleaner, far more portable,
and removes a dependency on an internal library function that this
file is the only user of.
Change-Id: I3140a396ae3ec32e4498f62769f27c76f03001d9
Reviewed-on: http://gerrit.openafs.org/4245
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/kauth/admin_tools.c | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository