CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/11 02:33:37
Modified files:
sys/kern : sys_socket.c
Log message:
Take solock_shared() in soo_stat().
Only unix(4) and tcp(4) sockets set (*pru_sence)() handler. The rest of
soo_stat() is the read only access.
ok bluhm
