Date: Tue, 10 Jun 2025 03:19:19 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 948078b65c27 - main - pf: fix !VIMAGE build Message-ID: <202506100319.55A3JJr1086016@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=948078b65c275acfa55afe56a9bbdeb2f61f1e2a commit 948078b65c275acfa55afe56a9bbdeb2f61f1e2a Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2025-06-10 03:19:04 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2025-06-10 03:19:04 +0000 pf: fix !VIMAGE build --- sys/netpfil/pf/pf_norm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/netpfil/pf/pf_norm.c b/sys/netpfil/pf/pf_norm.c index 45f4415d084b..94a436cdbfd6 100644 --- a/sys/netpfil/pf/pf_norm.c +++ b/sys/netpfil/pf/pf_norm.c @@ -124,8 +124,6 @@ TAILQ_HEAD(pf_cachequeue, pf_fragment); RB_HEAD(pf_frnode_tree, pf_frnode); VNET_DEFINE_STATIC(struct pf_fragqueue, pf_fragqueue); #define V_pf_fragqueue VNET(pf_fragqueue) -VNET_DEFINE_STATIC(struct pf_frag_tree, pf_frag_tree); -#define V_pf_frag_tree VNET(pf_frag_tree) static __inline int pf_frnode_compare(struct pf_frnode *, struct pf_frnode *); VNET_DEFINE_STATIC(struct pf_frnode_tree, pf_frnode_tree);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506100319.55A3JJr1086016>