From owner-cvs-all Thu Feb 19 11:01:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02705 for cvs-all-outgoing; Thu, 19 Feb 1998 11:01:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02673; Thu, 19 Feb 1998 11:01:24 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11928; Thu, 19 Feb 1998 11:00:41 -0800 (PST) Date: Thu, 19 Feb 1998 11:00:41 -0800 (PST) Message-Id: <199802191900.LAA11928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vat/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/02/19 11:00:41 PST Added files: mbone/vat/patches patch-af Log: Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send() on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message