diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /kernel/capability.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'kernel/capability.c')
-rw-r--r-- | kernel/capability.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/capability.c b/kernel/capability.c index 60d4ed6b5..b2a8d43a1 100644 --- a/kernel/capability.c +++ b/kernel/capability.c @@ -147,7 +147,6 @@ asmlinkage int sys_capset(cap_user_header_t header, const cap_user_data_t data) return -EINVAL; } - /* may want to set other processes at some point -- for now demand 0 */ if (get_user(pid, &header->pid)) return -EFAULT; |