svn commit: r475258 - in head/net/sniproxy: . files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jul 24 16:08:51 UTC 2018


On Tue, Jul 24, 2018 at 02:50:33PM +0000, Kirill Ponomarev wrote:
> New Revision: 475258
> URL: https://svnweb.freebsd.org/changeset/ports/475258
> 
> Log:
>   Utilize SOCK_NONBLOCK instead of O_NONBLOCK
> 
> Added: head/net/sniproxy/files/patch-src_connection.c
> ...
> +-                    O_NONBLOCK);
> ++                    SOCK_NONBLOCK);

It would be nice if commit message also included the rationale for this
change (per our 30%-what-70%-why rule).

./danfe


More information about the svn-ports-all mailing list