CVSROOT: /cvs Module name: src Changes by: rob...@cvs.openbsd.org 2019/07/22 09:34:07
Modified files: lib/libc/sys : getsockopt.2 sys/sys : socket.h sys/kern : uipc_socket.c Log message: implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol can also be retrieved with getsockopt(3) it looks like these will also be in the next issue of posix: http://austingroupbugs.net/view.php?id=840#c2263 ok claudio@, sthen@