Date: Tue, 27 Jul 2021 11:46:50 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: eae9481e86ac - stable/13 - pf: fix LINT build Message-ID: <202107271146.16RBkoCY067939@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=eae9481e86acfe95c721eccbad69b1530c3c58d5 commit eae9481e86acfe95c721eccbad69b1530c3c58d5 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-07-20 14:48:35 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-07-27 07:45:23 +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 3b8b761fde3a..b0f313bb39de 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4531,6 +4531,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.16RBkoCY067939>