diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2009-02-13 15:14:43 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2009-02-13 15:14:43 +0000 |
| commit | d685b6ee05ef4f104a4deb6df0339dabc2c15e61 (patch) | |
| tree | f9961350adcc7bd13c688e2b550c9447ac90cfaf /sys/netinet/tcp_debug.h | |
| parent | 4f6b49338e96612ed4c55cf6aa850d32b6f56ea2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.h')
| -rw-r--r-- | sys/netinet/tcp_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index 8547d0e7b7a3..c4d38da9eff0 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -34,7 +34,7 @@ #define _NETINET_TCP_DEBUG_H_ struct tcp_debug { - n_time td_time; + uint32_t td_time; /* network format */ short td_act; short td_ostate; caddr_t td_tcb; |
