CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/07 03:10:32
Modified files:
sys/kern : sys_socket.c uipc_socket2.c
sys/sys : socketvar.h
Log message:
Kill SS_ASYNC and only check SB_ASYNC when async signals are wanted.
This socket flag was redundant with the socket buffer one.
ok mvs@
