git: 9b663cf5ca7e - stable/12 - pf: fix LINT build

Kristof Provost kp at FreeBSD.org
Tue Jul 27 11:46:53 UTC 2021


The branch stable/12 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=9b663cf5ca7ecd6a918343ee0d332026fb2d4ceb

commit 9b663cf5ca7ecd6a918343ee0d332026fb2d4ceb
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2021-07-20 14:48:35 +0000
Commit:     Kristof Provost <kp at 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


More information about the dev-commits-src-all mailing list