On 03/30/2011 03:36 PM, Eric Blake wrote:
> However, after pushing this patch, things still fail, so I'm still
> investigating.
Found it, thanks to ktrace/kdump and tedious comparison against a sample
program from
http://mail-index.netbsd.org/netbsd-bugs/2009/02/20/msg009294.html. buf
goes out o
On 03/28/2011 05:41 AM, Bastien ROUCARIES wrote:
> Fix a typo in passfd code
> ---
> lib/passfd.c |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/lib/passfd.c b/lib/passfd.c
> index 573b80e..ae716a6 100644
> --- a/lib/passfd.c
> +++ b/lib/passfd.c
> @@ -67,7 +67,6 @@
Any news ?
On Mon, Mar 28, 2011 at 1:41 PM, Bastien ROUCARIES
wrote:
> Fix a typo in passfd code
> ---
> lib/passfd.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/lib/passfd.c b/lib/passfd.c
> index 573b80e..ae716a6 100644
> --- a/lib/passfd.c
> +++ b/lib/passfd.
Fix a typo in passfd code
---
lib/passfd.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/passfd.c b/lib/passfd.c
index 573b80e..ae716a6 100644
--- a/lib/passfd.c
+++ b/lib/passfd.c
@@ -67,7 +67,6 @@ sendfd (int sock, int fd)
cmsg->cmsg_len = CMSG_LEN (sizeof (in
Dear bruno,
Could you test the following patch? I believe I have commited a typo and thus
netbsd choke.
Bastien