[CVE-2009-0029] System call wrappers part 14

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Heiko Carstens
2009-01-14 14:14:16 +01:00
parent 6a6160a7b5
commit 3480b25743
6 changed files with 12 additions and 12 deletions

View File

@@ -569,7 +569,7 @@ out:
return error;
}
asmlinkage long sys_chroot(const char __user * filename)
SYSCALL_DEFINE1(chroot, const char __user *, filename)
{
struct path path;
int error;