From owner-freebsd-bugs Thu Dec 19 19:38:32 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A3237B401 for ; Thu, 19 Dec 2002 19:38:31 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B8F43EEA for ; Thu, 19 Dec 2002 19:38:30 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id gBK3cTlI076982 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 19 Dec 2002 22:38:29 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id gBK3cTBV076979; Thu, 19 Dec 2002 22:38:29 -0500 (EST) (envelope-from wollman) Date: Thu, 19 Dec 2002 22:38:29 -0500 (EST) From: Garrett Wollman Message-Id: <200212200338.gBK3cTBV076979@khavrinen.lcs.mit.edu> To: Jason Spence Cc: freebsd-bugs@FreeBSD.ORG Subject: string.h and select(2) manpage In-Reply-To: <20021219184357.C68072@shaitan.lightconsulting.com> References: <20021219184357.C68072@shaitan.lightconsulting.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > I was porting a network application to FreeBSD the other day and found > that the FD_ZERO macro uses bzero, which in turn depends on the > string.h header. Problem is that string.h doesn't appear in the > list of headers in the select(2) manpage :) This has been fixed in 5.0 by open-coding the implementation of FD_ZERO, so that it doesn't depend on any more. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message