Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/27/1998 06:40:02
kleink
Mon Apr 27 06:31:45 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv19950

Modified Files:
	uipc_socket.c 
Log Message:
In soshutdown(), decouple the evaluation of the `how' argument from FREAD
and FWRITE; use SHUT_{RD,WR,RDWR} instead.
Also, return EINVAL if `how' is invalid.