Date: Tue, 27 Jul 2021 11:46:51 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9b663cf5ca7e - stable/12 - pf: fix LINT build Message-ID: <202107271146.16RBkptm067963@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=9b663cf5ca7ecd6a918343ee0d332026fb2d4ceb commit 9b663cf5ca7ecd6a918343ee0d332026fb2d4ceb Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-07-20 14:48:35 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-07-27 11:24:26 +0000 pf: fix LINT build We failed to list the new pf_syncookies.c file in sys/conf/files. This worked for the usual configurations, where pf is a module, but not for LINT builds. Reported by: lwhsu MFC after: 1 week Sponsored by: Modirum MDPay (cherry picked from commit b972a7fa9e1e01367435a5699b71cc7b5e494fee) --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 624be0a7240b..e9557a2cd01c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4511,6 +4511,7 @@ netpfil/pf/pf_norm.c optional pf inet netpfil/pf/pf_nv.c optional pf inet netpfil/pf/pf_osfp.c optional pf inet netpfil/pf/pf_ruleset.c optional pf inet +netpfil/pf/pf_syncookies.c optional pf inet netpfil/pf/pf_table.c optional pf inet netpfil/pf/in4_cksum.c optional pf inet netsmb/smb_conn.c optional netsmb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107271146.16RBkptm067963>