diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-01-14 14:13:55 +0100 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-01-14 14:15:15 +0100 |
commit | e55380edf68796d75bf41391a781c68ee678587d (patch) | |
tree | 3f40b4c46c8723bb5bec0e2e009416069a7725fc /arch/x86 | |
parent | 2ed7c03ec17779afb4fcfa3b8c61df61bd4879ba (diff) | |
download | linux-e55380edf68796d75bf41391a781c68ee678587d.tar.gz linux-e55380edf68796d75bf41391a781c68ee678587d.tar.bz2 linux-e55380edf68796d75bf41391a781c68ee678587d.zip |
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
This way it matches the generic system call name convention.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/syscall_table_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S index d44395ff34c3..e2e86a08f31d 100644 --- a/arch/x86/kernel/syscall_table_32.S +++ b/arch/x86/kernel/syscall_table_32.S @@ -88,7 +88,7 @@ ENTRY(sys_call_table) .long sys_uselib .long sys_swapon .long sys_reboot - .long old_readdir + .long sys_old_readdir .long old_mmap /* 90 */ .long sys_munmap .long sys_truncate |