patch-2.3.10 linux/fs/binfmt_aout.c

Next file: linux/fs/binfmt_elf.c
Previous file: linux/drivers/video/tgafb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.9/linux/fs/binfmt_aout.c linux/fs/binfmt_aout.c
@@ -461,7 +461,8 @@
 		return retval;
 	}
 
-	current->mm->start_stack = create_aout_tables(bprm->p, bprm);
+	current->mm->start_stack =
+		(unsigned long) create_aout_tables((char *) bprm->p, bprm);
 #ifdef __alpha__
 	regs->gp = ex.a_gpvalue;
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)