CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/08/06 14:14:56
Modified files: sys/kern : uipc_socket.c Log message: For consistency with other similar sysctl(2) variables use atomic_load_int(9) while loading `somaxconn' and `sominconn'. ok bluhm