From kbyanc@kronos.alcnet.com Thu Oct  7 07:33:13 1999
Return-Path: <kbyanc@kronos.alcnet.com>
Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22])
	by hub.freebsd.org (Postfix) with ESMTP id DD73015231
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Oct 1999 07:33:11 -0700 (PDT)
	(envelope-from kbyanc@kronos.alcnet.com)
Received: (from kbyanc@localhost)
	by kronos.alcnet.com (8.9.3/8.9.3/antispam) id KAA05317;
	Thu, 7 Oct 1999 10:31:27 -0400 (EDT)
Message-Id: <199910071431.KAA05317@kronos.alcnet.com>
Date: Thu, 7 Oct 1999 10:31:27 -0400 (EDT)
From: kbyanc@posi.net
Sender: kbyanc@kronos.alcnet.com
Reply-To: kbyanc@posi.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: patch to bind(2) to include EAGAIN
X-Send-Pr-Version: 3.2

>Number:         14181
>Category:       docs
>Synopsis:       patch to bind(2) to include EAGAIN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  7 07:40:00 PDT 1999
>Closed-Date:    Mon Nov 1 11:43:19 PST 1999
>Last-Modified:  Mon Nov  1 11:43:36 PST 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Mon Nov 1 11:43:19 PST 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
