Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2025 14:00:17 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0078c109b821 - main - pf: remove stale XXX
Message-ID:  <202502061400.516E0HkP023482@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

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

commit 0078c109b821b2d86d7554736fe2261f496272d9
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-02-03 10:18:23 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
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 <henning@openbsd.org>, 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502061400.516E0HkP023482>