Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2002 22:38:29 -0500 (EST)
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        Jason Spence <jspence@lightconsulting.com>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   string.h and select(2) manpage
Message-ID:  <200212200338.gBK3cTBV076979@khavrinen.lcs.mit.edu>
In-Reply-To: <20021219184357.C68072@shaitan.lightconsulting.com>
References:  <20021219184357.C68072@shaitan.lightconsulting.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Thu, 19 Dec 2002 18:43:57 -0800, Jason Spence <jspence@lightconsulting.com> 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 <string.h> any more.

-GAWollman


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212200338.gBK3cTBV076979>