git: f1f77adfd9bc - main - pf: remove incorrect __unused annotation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Jul 2025 13:13:29 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=f1f77adfd9bcd80d95b674a032b6f37449ee827f
commit f1f77adfd9bcd80d95b674a032b6f37449ee827f
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-07-29 08:18:24 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-07-29 13:13:10 +0000
pf: remove incorrect __unused annotation
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
sys/netpfil/pf/pf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
index 41e9ca27912d..79c298c18b46 100644
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -7399,7 +7399,7 @@ pf_sctp_multihome_delayed(struct pf_pdesc *pd, struct pfi_kkif *kif,
{
struct pf_sctp_multihome_job *j, *tmp;
struct pf_sctp_source *i;
- int ret __unused;
+ int ret;
struct pf_kstate *sm = NULL;
struct pf_krule *ra = NULL;
struct pf_krule *r = &V_pf_default_rule;