diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-04-14 16:02:00 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-04-14 16:02:00 +0000 |
| commit | 76b90c1d31b9bbe803f1d521398e0c1a10553a3b (patch) | |
| tree | 26f0a3525c1f854b3a3e32b8f0a24c5424290ee7 | |
| parent | 9b76228006d8f0e45dea03d305eeac587d7a8500 (diff) | |
inpcb: remove last use of relic u_quad_t
| -rw-r--r-- | sys/netinet/in_pcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
