From owner-cvs-all Fri Mar 2 11:29:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FCBD37B71A; Fri, 2 Mar 2001 11:29:54 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f22JTsS97479; Fri, 2 Mar 2001 11:29:54 -0800 (PST) (envelope-from jlemon) Message-Id: <200103021929.f22JTsS97479@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 2 Mar 2001 11:29:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/03/02 11:29:54 PST Modified files: sys/compat/linux linux_socket.c Log: Only pick up so_error the first time through with EISCONN, as advertised. The sense of the test was reversed, so we were returning EISCONN, then 0. Pointed out and tested by: Martin Blapp Revision Changes Path 1.27 +2 -2 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