CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/03/19 08:00:44
Modified files: sys/kern : uipc_socket.c Log message: Do "soback = soref()" acquisition in soclose(). This code was forgotten from the times when soref() had the type of void, rewrite it like the similar soref() calls. ok bluhm