Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/dev/streams/streams.c 85653 2001-10-29 01:22:15Z dillon $
---
> * $FreeBSD: head/sys/dev/streams/streams.c 88739 2001-12-31 17:45:16Z rwatson $
267c267,268
< if ((error = socreate(family, &so, type, protocol, td)) != 0) {
---
> if ((error = socreate(family, &so, type, protocol,
> td->td_proc->p_ucred, td)) != 0) {