cvs commit: src/sys/netinet icmp6.h ip6.h src/sys/netinet6 in6.h

Garrett Wollman wollman at khavrinen.lcs.mit.edu
Sat Oct 25 22:05:18 PDT 2003


<<On Sat, 25 Oct 2003 22:00:59 -0700, Kris Kennaway <kris at obsecurity.org> said:

> On Sun, Oct 26, 2003 at 12:06:36AM -0400, Joe Marcus Clarke wrote:

>> > I haven't checked whether this commit fixes them, although looking at
>> > it now I'm not sure it does.
>> =20
>> netinet6/in6.h (and netinet/in.h) requires sys/types.h to be included
>> before it.  If you don't, you'd see these errors.

> Odd..I guess this has not actually been a previous requirement on FreeBSD.

This sounds like a POSIX-compliance regression.  POSIX does not permit
<sys/types.h> to be required for Standard Headers (of which
<netinet/in.h> is one).

-GAWollman



More information about the cvs-src mailing list