OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-652-gd5367b5
Gerrit Code Review
gerrit@openafs.org
Wed, 19 Jan 2011 12:05:31 -0800 (PST)
The following commit has been merged in the master branch:
commit d5367b5f1494ca2cf09f62d7f2ffa6304e38a648
Author: Antoine Verheijen <antoine@ualberta.ca>
Date: Wed Jan 19 11:52:10 2011 -0700
OpenBSD: Fix use of macros for AFS_KALLOC/AFS_KFREE
The macro definitions for AFS_KALLOC and AFS_KFREE used by
afs_osi_alloc.c to perform OS-specific memory allocation
are only defined by the OpenBSD osi_machdep.h header file
if they already exist, which means: never. This patch fixes
this situtation and makes sure that afs_osi_alloc.c
actually uses them, eliminating a direct OS-specific call
in afs_osi_alloc.c.
Change-Id: Ida1608774de3bc5861b223574f3cbf0d9647266c
Reviewed-on: http://gerrit.openafs.org/3682
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/OBSD/osi_machdep.h | 4 ++--
src/afs/afs_osi_alloc.c | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository