diff options
author | 2014-07-13 13:57:56 +0000 | |
---|---|---|
committer | 2014-07-13 13:57:56 +0000 | |
commit | f5676b7bba9160cbfd10f276a851b67aaf300083 (patch) | |
tree | edaeb7513ec7a06d1417db35380e1fc1f321bda0 /sys/netinet/tcp_debug.h | |
parent | sync (diff) | |
download | wireguard-openbsd-f5676b7bba9160cbfd10f276a851b67aaf300083.tar.xz wireguard-openbsd-f5676b7bba9160cbfd10f276a851b67aaf300083.zip |
Stop using old n_time, n_long and n_short types in netinet headers.
ok deraadt@, naddy@
Diffstat (limited to 'sys/netinet/tcp_debug.h')
-rw-r--r-- | sys/netinet/tcp_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index 7d42e0152d7..8111ca24f9b 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_debug.h,v 1.7 2003/06/02 23:28:14 millert Exp $ */ +/* $OpenBSD: tcp_debug.h,v 1.8 2014/07/13 13:57:56 mpi Exp $ */ /* $NetBSD: tcp_debug.h,v 1.5 1994/06/29 06:38:38 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #include <netinet6/tcpipv6.h> struct tcp_debug { - n_time td_time; + uint32_t td_time; short td_act; short td_ostate; caddr_t td_tcb; |