From: Andrew Morton Cc: Parag Warudkar Cc: Joerg Ahrens Cc: Andi Kleen Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Cc: Paul Mundt Signed-off-by: Andrew Morton --- arch/x86_64/ia32/syscall32.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN arch/x86_64/ia32/syscall32.c~x86-fix-vdso-mapping-for-aout-executables-doh arch/x86_64/ia32/syscall32.c --- a/arch/x86_64/ia32/syscall32.c~x86-fix-vdso-mapping-for-aout-executables-doh +++ a/arch/x86_64/ia32/syscall32.c @@ -11,6 +11,8 @@ #include #include #include +#include + #include #include #include @@ -59,7 +61,7 @@ const char *arch_vma_name(struct vm_area int arch_setup_additional_pages(struct linux_binprm *bprm, int exstack) { - return syscall32_setup_pages(bprm, int exstack); + return syscall32_setup_pages(bprm, exstack); } EXPORT_SYMBOL(arch_setup_additional_pages); _