sync with OpenBSD -current

This commit is contained in:
purplerain 2024-06-22 04:21:29 +00:00
parent b7453d5ddb
commit 747d3a4033
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3 changed files with 22 additions and 13 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: pfvar_priv.h,v 1.36 2024/04/22 13:30:22 bluhm Exp $ */
/* $OpenBSD: pfvar_priv.h,v 1.37 2024/06/21 12:51:29 sashan Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@ -321,6 +321,7 @@ struct pf_pdesc {
struct pf_anchor_stackframe {
struct pf_ruleset *sf_rs;
struct pf_rule *sf_anchor;
union {
struct pf_rule *u_r;
struct pf_anchor_stackframe *u_stack_top;