OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-442-gacdef43
Gerrit Code Review
gerrit@openafs.org
Sun, 21 Nov 2010 06:37:27 -0800 (PST)
The following commit has been merged in the master branch:
commit acdef43d818ee56e6c1f1dc29f508c02793c8355
Author: Christof Hanke <christof.hanke@rzg.mpg.de>
Date: Fri Nov 19 21:30:21 2010 +0100
use proper 64bit casting for pointer-math
building with "./configure --enable-checking --enable-supergroups"
fails, because on 64bit, the casting in map.c gives a warning.
Just add another ifdef and cast according to the size of a pointer.
Change-Id: Icb35d79f56cf8fec48c863061a524f9e29e6acd8
Reviewed-on: http://gerrit.openafs.org/3341
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/ptserver/map.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository