Date: Thu, 1 Mar 2001 13:44:41 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200103012144.f21Lift91113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/03/01 13:44:41 PST Modified files: sys/compat/linux linux_socket.c Log: Correctly emulate linux_connect. For nonblocking sockets, the behavior is to return EINPROGRESS, EALREADY, (so_error ONCE), EISCONN. Certain linux applications rely on the so_error (normally 0) being returned in order to operate properly. Tested by: Thomas Moestl <tmoestl@gmx.net> Revision Changes Path 1.26 +22 -52 src/sys/compat/linux/linux_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103012144.f21Lift91113>