Deleted Added
full compact
33c33
< .\" $FreeBSD: head/share/man/man4/unix.4 147398 2005-06-15 13:31:23Z ru $
---
> .\" $FreeBSD: head/share/man/man4/unix.4 153603 2005-12-21 08:23:04Z maxim $
231c231
< id_t sc_uid; /* real user id */
---
> uid_t sc_uid; /* real user id */
250c250
< cmsg_len = sizeof(struct cmsghdr) + SOCKCREDSIZE(ngroups)
---
> cmsg_len = CMSG_LEN(SOCKCREDSIZE(ngroups))