jmg 2004-08-20 04:15:30 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: make sure that the socket is either accepting connections or is connected when attaching a knote to it... otherwise return EINVAL... Pointed out by: benno Revision Changes Path 1.209 +3 -1 src/sys/kern/uipc_socket.c