Subject: CVS commit: [netbsd-4] src/sys/sys
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 07/09/2007 09:54:09
Module Name:	src
Committed By:	liamjfoy
Date:		Mon Jul  9 09:54:09 UTC 2007

Modified Files:
	src/sys/sys [netbsd-4]: socketvar.h

Log Message:
Pull up following revision(s) (requested by christos in ticket #759):
	sys/sys/socketvar.h: revision 1.97
From FreeBSD:
  Fix a bug in sblock() that has existed since revision 1.1 from BSD:
  correctly return an error if M_NOWAIT is passed to sblock() and the
  operation might block.  This remarkably subtle macro bug appears to
  be responsible for quite a few undiagnosed socket buffer corruption
  and mbuf-related kernel panics.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.91.2.1 src/sys/sys/socketvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.