aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-01-07 16:36:25 +0000
committerWarner Losh <imp@FreeBSD.org>2022-01-07 16:39:13 +0000
commitef1b9270da7d13e0a7113a7b6841574b9183ed9b (patch)
treea804fd89cbee7214ba6d19d5e17dbfc4db982d48
parentd6c0538dae8d138219dfd051994a44c50e741212 (diff)
downloadsrc-ef1b9270da7d13e0a7113a7b6841574b9183ed9b.tar.gz
src-ef1b9270da7d13e0a7113a7b6841574b9183ed9b.zip
net/if_pfsync.h: Add back to bad files
This file does not build for WITHOUT_PF sometimes. Looking at various ways to cope (it exposes other issues too), but in the mean time just add it back here to unbreak WITHOUT_PF in some scenarios. Sponsored by: Netflix
-rw-r--r--tools/build/test-includes/badfiles.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/test-includes/badfiles.inc b/tools/build/test-includes/badfiles.inc
index ce70cca62959..8303988dc838 100644
--- a/tools/build/test-includes/badfiles.inc
+++ b/tools/build/test-includes/badfiles.inc
@@ -157,6 +157,7 @@ BADHDRS= \
net/if_llc.h \
net/if_media.h \
net/if_mib.h \
+ net/if_pfsync.h \
net/if_tap.h \
net/if_tun.h \
net/if_var.h \