From owner-freebsd-bugs Thu Dec 19 18:55:29 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 E502537B425 for ; Thu, 19 Dec 2002 18:55:24 -0800 (PST) Received: from shaitan.lightconsulting.com (shaitan.lightconsulting.com [209.81.42.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0344402A for ; Thu, 19 Dec 2002 18:52:41 -0800 (PST) (envelope-from thalakan@shaitan.lightconsulting.com) Received: from shaitan.lightconsulting.com (localhost [127.0.0.1]) by shaitan.lightconsulting.com (8.12.4/8.12.4) with ESMTP id gBK2hvTd041531 for ; Thu, 19 Dec 2002 18:43:57 -0800 (PST) (envelope-from thalakan@shaitan.lightconsulting.com) Received: (from thalakan@localhost) by shaitan.lightconsulting.com (8.12.4/8.12.4/Submit) id gBK2hvJn041530 for freebsd-bugs@freebsd.org; Thu, 19 Dec 2002 18:43:57 -0800 (PST) Date: Thu, 19 Dec 2002 18:43:57 -0800 From: Jason Spence To: freebsd-bugs@freebsd.org Subject: string.h and select(2) manpage Message-ID: <20021219184357.C68072@shaitan.lightconsulting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD shaitan 4.6-STABLE FreeBSD 4.6-STABLE X-Uptime: 2:52PM up 172 days, 19:10, 3 users, load averages: 4.11, 4.15, 4.10 X-Url: http://lightconsulting.com/~thalakan/ 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 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 :) -- - Jason Currently at: Home (Fremont, CA) (Rain) Yesterday upon the stair I met a man who wasn't there. He wasn't there again today -- I think he's from the CIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message