Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 1997 22:15:50 +1000 (EST)
From:      Darren Reed <darrenr@cyber.com.au>
To:        tlambert@primenet.com
Cc:        hackers@freebsd.org
Subject:   more struct ifnet move lossage.
Message-ID:  <199710221215.WAA06516@plum.cyber.com.au>
In-Reply-To: <199710202351.QAA27105@usr05.primenet.com> from "Terry Lambert" at Oct 20, 97 11:51:43 pm

next in thread | previous in thread | raw e-mail | index | archive | help

Sigh...the changes for 3.0 are more extensive than I first thought,
although _all_ the problems stem from "struct ifnet" being moved and
it not being included, by default, from net/if.h (it appears to be the
_only_ change that isn't backward compatible).  Including
netinet/if_ether.h, whilst backawrd compatible in -current with itself,
is broken because it requires "struct ifnet" in a structure.

I'm curious...does tcpdump still compile on -current, `out of the box' ?

(Just to state the obvious, you don't compile tcpdump with -DKERNEL)

Darren



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