Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/kern/kern_exec.c 205574 2010-03-24 03:13:24Z nwhitehorn $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_exec.c 205642 2010-03-25 14:24:00Z nwhitehorn $");
802,803c802,803
< (*p->p_sysent->sv_setregs)(td, imgp->entry_addr,
< (u_long)(uintptr_t)stack_base, imgp->ps_strings);
---
> (*p->p_sysent->sv_setregs)(td, imgp,
> (u_long)(uintptr_t)stack_base);
805,806c805
< exec_setregs(td, imgp->entry_addr,
< (u_long)(uintptr_t)stack_base, imgp->ps_strings);
---
> exec_setregs(td, imgp, (u_long)(uintptr_t)stack_base);