OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1744-g4a1d319
Gerrit Code Review
gerrit@openafs.org
Mon, 10 Oct 2011 06:11:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4a1d319177ea0e58c9046c3c173bb7d2877d1bc3
Author: Ben Kaduk <kaduk@mit.edu>
Date: Sat Oct 8 17:16:26 2011 -0400
FBSD: deal with kernel API rename
Upstream decided to rename the kernel functions that implement
syscalls to have a sys_prefix (including afs3_syscall!).
We use a couple of them, so we need to conditionalize accordingly.
Unfortunately, __FreeBSD_version was not bumped with the change,
so we use something close to it and hope it's close enough.
Change-Id: I228805a813af70b30f94f659e4da602210a6d6df
Reviewed-on: http://gerrit.openafs.org/5572
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/afs/FBSD/osi_groups.c | 8 ++++++++
src/afs/afs_pioctl.c | 4 ++++
src/afs/afs_prototypes.h | 5 +++--
src/rx/FBSD/rx_knet.c | 4 ++++
4 files changed, 19 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository