Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 17:45:53 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/net if_gre.h
Message-ID:  <20020907172938.Y18391-100000@gamplex.bde.org>
In-Reply-To: <200209062158.g86Lwvnx040346@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 6 Sep 2002, Maxim Sobolev wrote:

> sobomax     2002/09/06 14:58:57 PDT
>
>   Modified files:
>     sys/net              if_gre.h
>   Log:
>   Include <netinet/ip.h> to unbreak kdump. I don't know why does kdump
>   includes if_gre.h at all, but it does, without including ip.h before
>   that.
>
>   Poked by:       peter
>   Pointy hat to:  kdump(1)
>
>   Revision  Changes    Path
>   1.3       +4 -0      src/sys/net/if_gre.h

This makes things worse.  It doesn't affect kdump, since the include
is conditional on the kernel option INET.  If the include were unconditional,
then it would cause even more namespace pollution to be exported to userland.

Bruce


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




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