Date: Thu, 7 Oct 1999 10:31:27 -0400 (EDT) From: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org Subject: docs/14181: patch to bind(2) to include EAGAIN Message-ID: <199910071431.KAA05317@kronos.alcnet.com>
next in thread | raw e-mail | index | archive | help
>Number: 14181 >Category: docs >Synopsis: patch to bind(2) to include EAGAIN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 7 07:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: bind(2) does not mention that errno can be EAGAIN >How-To-Repeat: >Fix: this patch (or something like it)... --- bind.2.orig Thu Oct 7 10:16:39 1999 +++ bind.2 Thu Oct 7 10:26:59 1999 @@ -97,6 +97,9 @@ .It Bq Er EBADF .Fa S is not a valid descriptor. +.It Bq Er EAGAIN +Kernel resources to complete the request are temporarily +unavailable. .It Bq Er ENOTSOCK .Fa S is not a socket. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910071431.KAA05317>