Deleted Added
full compact
44c44
< __FBSDID("$FreeBSD: head/sys/nfsclient/bootp_subr.c 88680 2001-12-30 02:35:09Z ambrisko $");
---
> __FBSDID("$FreeBSD: head/sys/nfsclient/bootp_subr.c 88739 2001-12-31 17:45:16Z rwatson $");
589c589,590
< error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td);
---
> error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_proc->p_ucred,
> td);
974c975,976
< error = socreate(AF_INET, &ifctx->so, SOCK_DGRAM, 0, td);
---
> error = socreate(AF_INET, &ifctx->so, SOCK_DGRAM, 0,
> td->td_proc->p_ucred, td);