Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 05/15/1999 09:42:49
Module Name:	src
Committed By:	tv
Date:		Sat May 15 16:42:49 UTC 1999

Modified Files:
	src/sys/kern: uipc_socket.c
Log Message:
Wow, that was much easier than I originally thought.  Fix PR kern/7583:
serious race condition in sosend().  Upon closer inspection, the appropriate
flags are checked within splsoftnet() for soreceive(), so no change needed
there.  Also a little KNFing in sosend().