diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/security.c b/security/security.c index 1cd8526cb0b7..14c291910d25 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -1114,9 +1114,9 @@ int security_task_movememory(struct task_struct *p) | |||
1114 | } | 1114 | } |
1115 | 1115 | ||
1116 | int security_task_kill(struct task_struct *p, struct siginfo *info, | 1116 | int security_task_kill(struct task_struct *p, struct siginfo *info, |
1117 | int sig, u32 secid) | 1117 | int sig, const struct cred *cred) |
1118 | { | 1118 | { |
1119 | return call_int_hook(task_kill, 0, p, info, sig, secid); | 1119 | return call_int_hook(task_kill, 0, p, info, sig, cred); |
1120 | } | 1120 | } |
1121 | 1121 | ||
1122 | int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, | 1122 | int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, |