git: 5e2de1c11617 - main - test-includes: temporarily add back net/pfvar.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Feb 2022 00:55:51 UTC
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 \