Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 1997 23:10:02 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        Vincent Poy <vince@mail.mcestate.com>
Cc:        fenner@freebsd.org, ports@freebsd.org
Subject:   Re: trafshow port under -CURRENT 
Message-ID:  <97Aug10.231013pdt.177512@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Sun, 10 Aug 97 18:41:53 PDT." <Pine.BSF.3.96.970810184010.236q-100000@mail.MCESTATE.COM> 

next in thread | previous in thread | raw e-mail | index | archive | help
This is fixable by adding "#include <sys/time.h>" before net/if.h, and

#ifdef __FreeBSD__
#include <osreldate.h>
#if __FreeBSD_version >= 300000
#include <net/if_var.h>
#endif
#endif

after, in each file which fails to build.

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97Aug10.231013pdt.177512>