CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/04/08 09:31:22
Modified files: sys/sys : socketvar.h Log message: Get rid of "...tcp(4) sockets rely on exclusive solock..." commentary. Since the shared solock() permanently landed to the TCP sockets area, this comment is not actual anymore. No functional changes. ok bluhm