Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2022 00:55:51 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5e2de1c11617 - main - test-includes: temporarily add back net/pfvar.h
Message-ID:  <202202240055.21O0tpDm065556@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5e2de1c1161793c276c8945eaa2c1e1f9f614f0e

commit 5e2de1c1161793c276c8945eaa2c1e1f9f614f0e
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-02-24 00:54:28 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-02-24 00:56:02 +0000

    test-includes: temporarily add back net/pfvar.h
    
    net/pfvar.h is installed unconditionally, but depends on files that are
    installed conditionally. Until that can be sorted out, temporarily add
    this back to badfiles.inc to cope with MK_PF=no failing.
    
    Sponsored by:           Netflix
---
 tools/build/test-includes/badfiles.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build/test-includes/badfiles.inc b/tools/build/test-includes/badfiles.inc
index 8303988dc838..eb0cd05cb39f 100644
--- a/tools/build/test-includes/badfiles.inc
+++ b/tools/build/test-includes/badfiles.inc
@@ -174,6 +174,7 @@ BADHDRS= \
 	net/paravirt.h \
 	net/pfil.h \
 	net/pfkeyv2.h \
+	net/pfvar.h \
 	net/radix.h \
 	net/raw_cb.h \
 	net/rndis.h \



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