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:
Derrick Brashear 2009-03-23 15:16:59 +00:00
parent a23c5dd82d
commit aa84f53d3e

View File

@ -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)