1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Make this compile.

This commit is contained in:
Jake Burkholder 2002-08-31 19:33:59 +00:00
parent e6ccea0a25
commit d920042a00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102727

View File

@ -817,7 +817,8 @@ svr4_sys_break(td, uap)
struct thread *td;
struct svr4_sys_break_args *uap;
{
struct vmspace *vm = td->td_proc->p_vmspace;
struct proc *p = td->td_proc;
struct vmspace *vm = p->p_vmspace;
vm_offset_t new, old, base, ns;
int rv;