summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 9263384..12086fa 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -90,7 +90,7 @@ aout_fixup(stack_base, imgp)
struct image_params *imgp;
{
- return (suword(--(*stack_base), imgp->argc));
+ return (suword(--(*stack_base), imgp->args->argc));
}
static int
@@ -187,11 +187,6 @@ exec_aout_imgact(imgp)
}
PROC_UNLOCK(imgp->proc);
- /* copy in arguments and/or environment from old process */
- error = exec_extract_strings(imgp);
- if (error)
- return (error);
-
/*
* Destroy old process VM and create a new one (with a new stack)
*/
OpenPOWER on IntegriCloud