git: 76b90c1d31b9 - main - inpcb: remove last use of relic u_quad_t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Apr 2026 16:06:04 UTC
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.