]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: deal with ctl_name removal
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 10 Dec 2009 00:06:18 +0000 (19:06 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Sun, 20 Dec 2009 19:35:10 +0000 (11:35 -0800)
commit4d4c0e28532c1fe0cc46a21de4aa858f9fc7816d
treef0afca4bc9e4bd2e6565229d4d21625978f97dd2
parent2a7827bdabb500c50e4c294b6f8016377bcc17f3
Linux: deal with ctl_name removal

The binary sysctl interface will be removed in kernel 2.6.33 and
ctl_name will be dropped from the ctl_table structure.
Make the code that uses ctl_name conditional on a configure test.

(cherry picked from commit 886801b069fab1e6fc94003221dcfe18e05ac376)

Change-Id: Iba0f107f299c6515e4e560d7596e6187bd68e399
Reviewed-on: http://gerrit.openafs.org/904
Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-on: http://gerrit.openafs.org/1013
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4
src/afs/LINUX/osi_sysctl.c
src/cf/linux-test4.m4