Re: [PATCH] for linux_connect (ugly)

2001-02-27 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you write: >Some background: when a socket is connected in non-blocking mode and >the connect does not immediately succeed (i.e. EINPROGRESS is returned), >linux obviously will return the value getsockopt(...SO_ERROR...) on the >socket would give on FreeBSD (i.e. 0 i

Re: [PATCH] for linux_connect (ugly)

2001-02-27 Thread Thomas Moestl
On Wed, Feb 28, 2001 at 01:55:15AM +0100, Thomas Moestl wrote: > On Wed, Feb 28, 2001 at 01:17:12AM +0100, Martin Blapp wrote: > > Thomas Moestl and I tried to fix linux_connect. Most of this patch > > is from Thomas Moestl. I did only a little part of it and testing. > > > > Staroffice5.2 has be

Re: [PATCH] for linux_connect (ugly)

2001-02-27 Thread Thomas Moestl
On Wed, Feb 28, 2001 at 01:17:12AM +0100, Martin Blapp wrote: > Thomas Moestl and I tried to fix linux_connect. Most of this patch > is from Thomas Moestl. I did only a little part of it and testing. > > Staroffice5.2 has been broken about one year now, and it needs > a fix with the same behaviou