diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2025-08-21 09:33:06 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2025-09-15 09:32:35 +0000 |
| commit | a66df2b575c8add6331fc0a0a0f536e90ccfafb7 (patch) | |
| tree | a503c05a97cbf6e81577dda57b6374c0350d1fbf | |
| parent | 2c42aecee69696aba85f1ad4c45033dd2db86b02 (diff) | |
pf: sync_ifp doesn't exist, remove externs
Obtained from: OpenBSD, jsg <jsg@openbsd.org>, 7ac7a88014
Sponsored by: Rubicon Communications, LLC ("Netgate")
| -rw-r--r-- | sys/net/pfvar.h | 2 |
1 files changed, 0 insertions, 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 *, |
