rwatson 2005-02-18 19:13:52 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: In soconnect(), when resetting so->so_error, the socket lock is not required due to a straight integer write in which minor races are not a problem. Revision Changes Path 1.230 +0 -2 src/sys/kern/uipc_socket.c