aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/freebsd/socket_unix.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/freebsd/socket_unix.txt b/sys/freebsd/socket_unix.txt
index 84019af07..6d041f908 100644
--- a/sys/freebsd/socket_unix.txt
+++ b/sys/freebsd/socket_unix.txt
@@ -75,8 +75,11 @@ cmsghdr_un_rights {
cmsghdr_un_cred {
len len[parent, intptr]
level const[SOL_SOCKET, int32]
- type const[LINUX_SCM_CREDENTIALS, int32]
+ type const[SCM_CREDS, int32]
pid pid
uid uid
+ euid uid
gid gid
+ ngroups len[groups, int16]
+ groups array[gid, CMGROUP_MAX]
} [align[PTR_SIZE]]