Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netinet6/udp6_usrreq.c 91346 2002-02-27 02:44:45Z alfred $ */
---
> /* $FreeBSD: head/sys/netinet6/udp6_usrreq.c 91354 2002-02-27 04:45:37Z dd $ */
489,493c489
< bzero(&xuc, sizeof(xuc));
< xuc.cr_uid = inp->inp_socket->so_cred->cr_uid;
< xuc.cr_ngroups = inp->inp_socket->so_cred->cr_ngroups;
< bcopy(inp->inp_socket->so_cred->cr_groups, xuc.cr_groups,
< sizeof(xuc.cr_groups));
---
> cru2x(inp->inp_socket->so_cred, &xuc);