diff options
Diffstat (limited to 'include/linux/security.h')
-rw-r--r-- | include/linux/security.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index 75f4156c84d7..d170a5b031f3 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -35,7 +35,7 @@ | |||
35 | struct linux_binprm; | 35 | struct linux_binprm; |
36 | struct cred; | 36 | struct cred; |
37 | struct rlimit; | 37 | struct rlimit; |
38 | struct siginfo; | 38 | struct kernel_siginfo; |
39 | struct sembuf; | 39 | struct sembuf; |
40 | struct kern_ipc_perm; | 40 | struct kern_ipc_perm; |
41 | struct audit_context; | 41 | struct audit_context; |
@@ -361,7 +361,7 @@ int security_task_setrlimit(struct task_struct *p, unsigned int resource, | |||
361 | int security_task_setscheduler(struct task_struct *p); | 361 | int security_task_setscheduler(struct task_struct *p); |
362 | int security_task_getscheduler(struct task_struct *p); | 362 | int security_task_getscheduler(struct task_struct *p); |
363 | int security_task_movememory(struct task_struct *p); | 363 | int security_task_movememory(struct task_struct *p); |
364 | int security_task_kill(struct task_struct *p, struct siginfo *info, | 364 | int security_task_kill(struct task_struct *p, struct kernel_siginfo *info, |
365 | int sig, const struct cred *cred); | 365 | int sig, const struct cred *cred); |
366 | int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, | 366 | int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, |
367 | unsigned long arg4, unsigned long arg5); | 367 | unsigned long arg4, unsigned long arg5); |
@@ -1020,7 +1020,7 @@ static inline int security_task_movememory(struct task_struct *p) | |||
1020 | } | 1020 | } |
1021 | 1021 | ||
1022 | static inline int security_task_kill(struct task_struct *p, | 1022 | static inline int security_task_kill(struct task_struct *p, |
1023 | struct siginfo *info, int sig, | 1023 | struct kernel_siginfo *info, int sig, |
1024 | const struct cred *cred) | 1024 | const struct cred *cred) |
1025 | { | 1025 | { |
1026 | return 0; | 1026 | return 0; |