Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2001 14:41:55 +0100 (CET)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        Jonathan Lemon <jlemon@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/kern uipc_socket.c uipc_syscalls.c
Message-ID:  <Pine.BSF.4.33.0102251243050.85516-100000@olgeni.localdomain.net>
In-Reply-To: <200102140209.f1E29FH13023@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi!

On Tue, 13 Feb 2001, Jonathan Lemon wrote:

>   Modified files:
>     sys/kern             uipc_socket.c uipc_syscalls.c
>   Log:
>   Return ECONNABORTED from accept if connection is closed while on the
>   listen queue, as well as the current behavior of a zero-length sockaddr.

Does the man page need an update?

--- accept.2.orig	Sun Feb 25 12:37:56 2001
+++ accept.2	Sun Feb 25 12:42:27 2001
@@ -189,6 +189,8 @@
 .It Bq Er EWOULDBLOCK
 The socket is marked non-blocking and no connections
 are present to be accepted.
+.It Bq Er ECONNABORTED
+The socket has been closed while on the listen queue.
 .El
 .Sh SEE ALSO
 .Xr bind 2 ,

-- 
jimmy


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?Pine.BSF.4.33.0102251243050.85516-100000>