diff options
Diffstat (limited to 'sys/netinet/tcp.h')
| -rw-r--r-- | sys/netinet/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 528f3cd8dedd..fe9221a7460a 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -333,7 +333,7 @@ struct tcp_info { u_int32_t tcpi_snd_rexmitpack; /* Retransmitted packets */ u_int32_t tcpi_rcv_ooopack; /* Out-of-order packets */ u_int32_t tcpi_snd_zerowin; /* Zero-sized windows sent */ - + /* Padding to grow without breaking ABI. */ u_int32_t __tcpi_pad[26]; /* Padding. */ }; |
