]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/kern/uipc_usrreq.c
Add SOL_LOCAL symbolic constant for unix socket option level.
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 3 Aug 2020 22:13:02 +0000 (22:13 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 3 Aug 2020 22:13:02 +0000 (22:13 +0000)
commit6e0c8e1ae292e567ba6260d9a6c0b771629a89e3
tree7e907ced00311ca65beaf6f1c593bdbd544dd01d
parente67c55c998417a2b3ad6d25086e14a96e6fabe69
Add SOL_LOCAL symbolic constant for unix socket option level.

The constant seems to exists on MacOS X >= 10.8.

Requested by: swills
Reviewed by: allanjude, kevans
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D25933
lib/libc/gen/getpeereid.c
share/man/man4/unix.4
sys/kern/uipc_usrreq.c
sys/sys/un.h