|
|
| version 1.4, 2003/11/12 01:00:33 | version 1.5, 2004/01/20 18:41:51 |
|---|---|
| Line 222 do_aout_hdr(struct imgact_gzip * gz) | Line 222 do_aout_hdr(struct imgact_gzip * gz) |
| /* | /* |
| * Destroy old process VM and create a new one (with a new stack) | * Destroy old process VM and create a new one (with a new stack) |
| */ | */ |
| exec_new_vmspace(gz->ip); | exec_new_vmspace(gz->ip, NULL); |
| vmspace = gz->ip->proc->p_vmspace; | vmspace = gz->ip->proc->p_vmspace; |