aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
index 2b898d062b0d..bfb825930c66 100644
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -434,7 +434,7 @@ struct tcp_info {
u_int32_t tcpi_dupacks; /* Consecutive dup ACKs recvd */
/* Padding to grow without breaking ABI. */
- u_int32_t __tcpi_pad[14]; /* Padding. */
+ u_int32_t __tcpi_pad[10]; /* Padding. */
};
/*