diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 977cb57d7bc9..2ba88082e1ef 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -960,7 +960,7 @@ struct task_struct { | |||
960 | 960 | ||
961 | /* Ptrace state: */ | 961 | /* Ptrace state: */ |
962 | unsigned long ptrace_message; | 962 | unsigned long ptrace_message; |
963 | siginfo_t *last_siginfo; | 963 | kernel_siginfo_t *last_siginfo; |
964 | 964 | ||
965 | struct task_io_accounting ioac; | 965 | struct task_io_accounting ioac; |
966 | #ifdef CONFIG_TASK_XACCT | 966 | #ifdef CONFIG_TASK_XACCT |