On Tue, May 29, 2007 at 10:17:02AM -0500, Paul Schmehl wrote: > When trying to upgrade this port, I get the following error: > > net_read.c: In function `open_pf': > net_read.c:1164: error: `BIOCGBLEN' undeclared (first use in this function) > net_read.c:1164: error: (Each undeclared identifier is reported only once > net_read.c:1164: error: for each function it appears in.) > *** Error code 1 > > Stop in /usr/ports/net/ttt/work/ttt-1.8.2. > *** Error code 1 > > Stop in /usr/ports/net/ttt > > FreeBSD 6.0, Generic kernel
Looks like a missing #include <net/bpf.h> and/or friends. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
