diff options
Diffstat (limited to 'security/capability.c')
| -rw-r--r-- | security/capability.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/security/capability.c b/security/capability.c index a0bbf30fb6dc..95a6599a37bb 100644 --- a/security/capability.c +++ b/security/capability.c  | |||
| @@ -411,7 +411,8 @@ static int cap_task_getioprio(struct task_struct *p) | |||
| 411 | return 0; | 411 | return 0; | 
| 412 | } | 412 | } | 
| 413 | 413 | ||
| 414 | static int cap_task_setrlimit(unsigned int resource, struct rlimit *new_rlim) | 414 | static int cap_task_setrlimit(struct task_struct *p, unsigned int resource, | 
| 415 | struct rlimit *new_rlim) | ||
| 415 | { | 416 | { | 
| 416 | return 0; | 417 | return 0; | 
| 417 | } | 418 | } | 
