The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0078c109b821b2d86d7554736fe2261f496272d9

commit 0078c109b821b2d86d7554736fe2261f496272d9
Author:     Kristof Provost <[email protected]>
AuthorDate: 2025-02-03 10:18:23 +0000
Commit:     Kristof Provost <[email protected]>
CommitDate: 2025-02-06 14:00:05 +0000

    pf: remove stale XXX
    
    remove confuzzling comment
    :dlg: the xxx can go
    ...and this time commit to the real repo and not the one on my laptop
    
    Obtained from:  OpenBSD, henning <[email protected]>, 15e15606eb
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/net/pfvar.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 6f10a55b64a8..3e2f17520b91 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1088,7 +1088,7 @@ struct pf_kstate {
        u_int16_t                state_flags;
        u_int8_t                 timeout;
        u_int8_t                 sync_state; /* PFSYNC_S_x */
-       u_int8_t                 sync_updates; /* XXX */
+       u_int8_t                 sync_updates;
        u_int                    refs;
        struct mtx              *lock;
        TAILQ_ENTRY(pf_kstate)   sync_list;

Reply via email to