commit 22db36083bc98aa8a7876ca8e7811e6a33362f59
Author: Matthew Dillon <[email protected]>
Date: Sun Oct 31 13:43:11 2021 -0700
kernel - Make getpeereid() work with socketpair()
* getpeereid() now works with socketpair() sockets.
Requested-by: rtzoeller
Summary of changes:
sys/kern/uipc_msg.c | 3 ++-
sys/kern/uipc_socket.c | 4 ++--
sys/kern/uipc_syscalls.c | 5 +++--
sys/kern/uipc_usrreq.c | 10 ++++++++--
sys/net/netmsg.h | 1 +
sys/sys/socketops.h | 2 +-
sys/sys/socketvar.h | 2 +-
sys/sys/un.h | 2 +-
sys/vfs/fifofs/fifo_vnops.c | 2 +-
9 files changed, 20 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/22db36083bc98aa8a7876ca8e7811e6a33362f59
--
DragonFly BSD source repository