Subject: CVS commit: [netbsd-3-1] src/sys/sys
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/26/2007 19:51:40
Module Name:	src
Committed By:	bouyer
Date:		Sun Aug 26 19:51:40 UTC 2007

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

Log Message:
Pull up following revision(s) (requested by christos in ticket #1808):
	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.80 -r1.80.14.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.