Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 12:07:35 +0400
From:      Andrey Chernov <ache@freebsd.org>
To:        current@FreeBSD.org
Cc:        glebius@freebsd.org
Subject:   ipfw build error with WITHOUT_PF (pfvar.h)
Message-ID:  <52906247.4030504@freebsd.org>

next in thread | raw e-mail | index | archive | help
Hi.

There is a problem in recent -current to build ipfw with WITHOUT_PF
option, introduced in r257215. altq.c file produce error due to included
<net/pfvar.h> have following includes

#include <netpfil/pf/pf.h>
#include <netpfil/pf/pf_altq.h>
#include <netpfil/pf/pf_mtag.h>

and netpfil/pf directory is empty in
/usr/src/include/Makefile with WITHOUT_PF option.



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