Deleted Added
full compact
40c40
< * $FreeBSD: head/sys/kern/kern_mib.c 86145 2001-11-06 20:09:33Z rwatson $
---
> * $FreeBSD: head/sys/kern/kern_mib.c 86183 2001-11-08 02:13:18Z rwatson $
158c158
< if (jailed(req->p->p_ucred)) {
---
> if (jailed(req->td->td_proc->p_ucred)) {
162,163c162,163
< req->p->p_ucred->cr_prison->pr_host,
< sizeof req->p->p_ucred->cr_prison->pr_host, req);
---
> req->td->td_proc->p_ucred->cr_prison->pr_host,
> sizeof req->td->td_proc->p_ucred->cr_prison->pr_host, req);
189c189
< pr = req->p->p_ucred->cr_prison;
---
> pr = req->td->td_proc->p_ucred->cr_prison;