Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/kern/uipc_syscalls.c 86487 2001-11-17 03:07:11Z dillon $
---
> * $FreeBSD: head/sys/kern/uipc_syscalls.c 88739 2001-12-31 17:45:16Z rwatson $
135c135,136
< error = socreate(uap->domain, &so, uap->type, uap->protocol, td);
---
> error = socreate(uap->domain, &so, uap->type, uap->protocol,
> td->td_proc->p_ucred, td);
481c482,483
< error = socreate(uap->domain, &so1, uap->type, uap->protocol, td);
---
> error = socreate(uap->domain, &so1, uap->type, uap->protocol,
> td->td_proc->p_ucred, td);
484c486,487
< error = socreate(uap->domain, &so2, uap->type, uap->protocol, td);
---
> error = socreate(uap->domain, &so2, uap->type, uap->protocol,
> td->td_proc->p_ucred, td);