git: ef1b9270da7d - main - net/if_pfsync.h: Add back to bad files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jan 2022 16:40:05 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=ef1b9270da7d13e0a7113a7b6841574b9183ed9b commit ef1b9270da7d13e0a7113a7b6841574b9183ed9b Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-01-07 16:36:25 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-01-07 16:39:13 +0000 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 --- 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 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 \