git: a66df2b575c8 - main - pf: sync_ifp doesn't exist, remove externs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Sep 2025 11:54:27 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a66df2b575c8add6331fc0a0a0f536e90ccfafb7 commit a66df2b575c8add6331fc0a0a0f536e90ccfafb7 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-08-21 09:33:06 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-09-15 09:32:35 +0000 pf: sync_ifp doesn't exist, remove externs Obtained from: OpenBSD, jsg <jsg@openbsd.org>, 7ac7a88014 Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/net/pfvar.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index af207d6ece24..e0fda082fefe 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -2392,8 +2392,6 @@ extern u_int16_t pf_cksum_fixup(u_int16_t, u_int16_t, u_int16_t, extern u_int16_t pf_proto_cksum_fixup(struct mbuf *, u_int16_t, u_int16_t, u_int16_t, u_int8_t); -VNET_DECLARE(struct ifnet *, sync_ifp); -#define V_sync_ifp VNET(sync_ifp); VNET_DECLARE(struct pf_krule, pf_default_rule); #define V_pf_default_rule VNET(pf_default_rule) extern void pf_addrcpy(struct pf_addr *, const struct pf_addr *,