X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..008676633c2ad2c325837c2b64915f7ded690a8f:/bsd/netinet/tcp_debug.h diff --git a/bsd/netinet/tcp_debug.h b/bsd/netinet/tcp_debug.h index 0cfb8d953..89dc86651 100644 --- a/bsd/netinet/tcp_debug.h +++ b/bsd/netinet/tcp_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2015 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -67,7 +67,7 @@ #ifdef PRIVATE struct tcp_debug { - n_time td_time; + u_int32_t td_time; short td_act; short td_ostate; caddr_t td_tcb;