From owner-freebsd-ports Sun Aug 10 23:11:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA14967 for ports-outgoing; Sun, 10 Aug 1997 23:11:01 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA14956; Sun, 10 Aug 1997 23:10:54 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <51990(3)>; Sun, 10 Aug 1997 23:10:19 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Sun, 10 Aug 1997 23:10:13 -0700 To: Vincent Poy cc: fenner@freebsd.org, ports@freebsd.org Subject: Re: trafshow port under -CURRENT In-reply-to: Your message of "Sun, 10 Aug 97 18:41:53 PDT." Date: Sun, 10 Aug 1997 23:10:02 PDT From: Bill Fenner Message-Id: <97Aug10.231013pdt.177512@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is fixable by adding "#include " before net/if.h, and #ifdef __FreeBSD__ #include #if __FreeBSD_version >= 300000 #include #endif #endif after, in each file which fails to build. Bill