NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/48292 CVS commit: src/sys/kern



On Wed, Oct 9, 2013 at 8:00 PM, Christos Zoulas <christos%netbsd.org@localhost> 
wrote:
> The following reply was made to PR kern/48292; it has been noted by GNATS.
>
> From: "Christos Zoulas" <christos%netbsd.org@localhost>
> To: gnats-bugs%gnats.NetBSD.org@localhost
> Cc:
> Subject: PR/48292 CVS commit: src/sys/kern
> Date: Wed, 9 Oct 2013 14:55:56 -0400
>
>  Module Name:   src
>  Committed By:  christos
>  Date:          Wed Oct  9 18:55:56 UTC 2013
>
>  Modified Files:
>         src/sys/kern: uipc_syscalls.c
>
>  Log Message:
>  PR/48292: Justin Cormack: paccept creates sockets that cannot be made 
> blocking
>  Reset the socket flags not just the file flags for non-blocking I/O.
>  XXX: pullup 6
>
>
>  To generate a diff of this commit:
>  cvs rdiff -u -r1.163 -r1.164 src/sys/kern/uipc_syscalls.c

Thanks, I have tested this and this does fix the issue.

(this came up from the test suite of my NetBSD Lua bindings
https://github.com/justincormack/ljsyscall BTW).

Justin


Home | Main Index | Thread Index | Old Index