Ethereal-dev: Re: [Ethereal-dev] Re: Problems compiling ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 3 Aug 2002 13:08:31 -0700
On Sat, Aug 03, 2002 at 09:42:08PM +0200, Joerg Mayer wrote:
> > As a remark:
> > packet-ipv6.c:     I do not need to include sys/socket.h
> 
> I've removed the include from my tree now and will commit this later
> (probably with the other changes your answr will make necessary).

Oh, well, I checked in the removal just now.

It didn't require any other changes.

(It was probably included in order to get AF_INET6, but

	1) that isn't good enough on platforms that don't have AF_INET6

and

	2) we want the AF_INET6 values for FreeBSD, Darwin, and
	   {Net,Open}BSD, which aren't necessarily the values on the
	   platform on which you're compiling even if you *do* have
	   AF_INET6.)