Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 02/10/1999 10:02:28
Module Name:	src
Committed By:	kleink
Date:		Wed Feb 10 18:02:28 UTC 1999

Modified Files:
	src/sys/kern: syscalls.master uipc_syscalls.c
Log Message:
* Due to addition and use of socklen_t, make the socket option and address
arguments passed to accept(), bind(), connect(), getpeername(), getsockname(),
getsockopt(), recvfrom(), sendto() and sendmsg() unsigned, which also elimiates
a few casts.
* Reflect the (now) signedness of msg_iovlen, which necessiates the addition
of a few casts.