Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/netgraph/ng_ksocket.c 87599 2001-12-10 08:09:49Z obrien $
---
> * $FreeBSD: head/sys/netgraph/ng_ksocket.c 88739 2001-12-31 17:45:16Z rwatson $
589c589,590
< error = socreate(family, &priv->so, type, protocol, td);
---
> error = socreate(family, &priv->so, type, protocol,
> td->td_proc->p_ucred, td);