fix passfd [was: [PATCH] Fix a typo]

2011-03-30 Thread Eric Blake
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

Re: [PATCH] Fix a typo

2011-03-30 Thread Eric Blake
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 @@

Re: [PATCH] Fix a typo

2011-03-30 Thread Bastien ROUCARIES
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.

[PATCH] Fix a typo

2011-03-28 Thread Bastien ROUCARIES
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

[PATCH] Fix a typo in passfd

2011-03-28 Thread Bastien ROUCARIES
Dear bruno, Could you test the following patch? I believe I have commited a typo and thus netbsd choke. Bastien