OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-254-g1a6d4c1
Gerrit Code Review
gerrit@openafs.org
Wed, 13 Oct 2010 20:34:13 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1a6d4c162a38e5ff95014c140fba379cce7d7e08
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Tue Oct 12 21:05:45 2010 -0400
Linux: fix aklog -setpag to work with ktc_SetTokenEx
The bit of code that allows aklog -setpag to work with recent
linux needed to be moved along with the change from ktc_SetToken
to ktc_SetTokenEx.
While we're in this bit of code, make it depend on the definition
of the syscall in the user space headers instead of relying on a
kernel configure test.
Change-Id: I0e556b514986b5d06daabcff67ecd51b0e4becdd
Reviewed-on: http://gerrit.openafs.org/2976
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 1 -
src/auth/ktc.c | 22 +++++++++++++---------
src/cf/linux-test4.m4 | 10 ----------
3 files changed, 13 insertions(+), 20 deletions(-)
--
OpenAFS Master Repository