Subject: Re: CVS commit: syssrc
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/02/1999 03:39:33
>> >Log Message:
>> >define PR_LISTEN to indicate listen(2)/accept(2) support
>> 	Don't we need a similar fix into uipc_proto.c (for UNIX domain socket,
>> 	SOCK_STREAM case)?  For me ssh-agent stops working after this. 
>    I'm still unclear as to why this (PR_LISTEN) is needed.  Isn't  
>it really the same as PR_CONNREQUIRED?  I.e., you only listen on  
>connection-oriented sockets.

	I'm not sure about PR_LISTEN too, but under the above sys/kern update
	we definitely need PR_LISTEN into unix-domain SOCK_STREAM socket.
	Otherwise it becomes broken.

itojun