CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/23 17:41:46
Modified files: sys/kern : uipc_socket.c Log message: replace timeout_add_tv with timeout_add_nsec via TIMEVAL_TO_NSEC. this is the last use of timeout_add_tv, which id like to deprecate. ok mp@ bluhm@