Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christian E. Hopps <chopps@netbsd.org>
List: source-changes
Date: 04/02/1999 09:22:22
Module Name:	src
Committed By:	chopps
Date:		Fri Apr  2 17:22:22 UTC 1999

Modified Files:
	src/sys/net: rtsock.c
Log Message:
deal with failure of malloc NOWAIT by restarting after mallocing with WAIT.
don't write beyond the users given buffer size (this happened if there was
enough space for the initial malloc to succeed).