aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2026-04-25 11:27:03 +0000
committerKristof Provost <kp@FreeBSD.org>2026-04-25 11:27:03 +0000
commit4001613878fe3cb059833c8a4b6199975f8d82f3 (patch)
treeb8b8a460b65ae1038bdea07a7106115ab02f6aec
parent4602d45eb3b1d33e0ea0d97c4d18033af95d7fca (diff)
pfsync: rename unused variable
Make it more obvious that this field is not used. No functional change. Event: Wiesbaden Hackathon 202604
-rw-r--r--sys/net/pfvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 70a391b3f07c..4c57a605438f 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1499,7 +1499,7 @@ struct pfsync_state_1301 {
u_int8_t state_flags;
u_int8_t timeout;
u_int8_t sync_flags;
- u_int8_t updates; /* unused */
+ u_int8_t __spare2;
} __packed;
struct pfsync_state_1400 {