diff options
Diffstat (limited to 'security/apparmor/lsm.c')
-rw-r--r-- | security/apparmor/lsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index 8b8b70620bbe..cbcb8ba51142 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c | |||
@@ -732,7 +732,7 @@ static int apparmor_task_setrlimit(struct task_struct *task, | |||
732 | return error; | 732 | return error; |
733 | } | 733 | } |
734 | 734 | ||
735 | static int apparmor_task_kill(struct task_struct *target, struct siginfo *info, | 735 | static int apparmor_task_kill(struct task_struct *target, struct kernel_siginfo *info, |
736 | int sig, const struct cred *cred) | 736 | int sig, const struct cred *cred) |
737 | { | 737 | { |
738 | struct aa_label *cl, *tl; | 738 | struct aa_label *cl, *tl; |