mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
STABLE14-linux-task-becomes-task-struct-20090323
LICENSE IPL10
struct task->struct task_struct. configure needs to cope
(cherry picked from commit 4830a7c8d7
)
This commit is contained in:
parent
a23c5dd82d
commit
aa84f53d3e
@ -778,7 +778,7 @@ AC_DEFUN([LINUX_KEY_ALLOC_NEEDS_STRUCT_TASK], [
|
||||
[#include <linux/rwsem.h>
|
||||
#include <linux/key.h>
|
||||
],
|
||||
[struct task *t;
|
||||
[struct task_struct *t=NULL;
|
||||
(void) key_alloc(NULL, NULL, 0, 0, t, 0, 0);],
|
||||
ac_cv_key_alloc_needs_struct_task=yes,
|
||||
ac_cv_key_alloc_needs_struct_task=no)
|
||||
|
Loading…
Reference in New Issue
Block a user