Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/07/1999 19:40:03
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jun  8 02:39:58 UTC 1999

Modified Files:
	syssrc/sys/kern: uipc_socket.c

Log Message:
In sosend(), if so_error is set, clear it before returning the error to
the process (i.e. pre-Reno behavior).  The 4.4BSD behavior (introduced
in Reno) caused transient errors to stick incorrectly.

This is from PR #7640 (Havard Eidnes), cross-checked w/ FreeBSD, where
Bill Fenner committed the same fix (as described in a comment in the
Vat sources, by Van Jacobsen).


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/kern/uipc_socket.c

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