Date: Tue, 14 Apr 2026 16:06:04 +0000 From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 76b90c1d31b9 - main - inpcb: remove last use of relic u_quad_t Message-ID: <69de65ec.21176.2738af1d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=76b90c1d31b9bbe803f1d521398e0c1a10553a3b commit 76b90c1d31b9bbe803f1d521398e0c1a10553a3b Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2026-04-14 16:02:00 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2026-04-14 16:02:00 +0000 inpcb: remove last use of relic u_quad_t --- sys/netinet/in_pcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 1a6ce50aedbb..f590d464f0ea 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -437,7 +437,7 @@ struct inpcbinfo { * Generation count -- incremented each time a connection is allocated * or freed. */ - u_quad_t ipi_gencnt; /* (h) */ + uint64_t ipi_gencnt; /* (h) */ /* * Fields associated with port lookup and allocation.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de65ec.21176.2738af1d>
