X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/24598ce6b7cfe72ada92aed48691fdf092d94fc7..refs/pull/440/head:/print-timed.c?ds=sidebyside diff --git a/print-timed.c b/print-timed.c index b3f53216..5830bc7b 100644 --- a/print-timed.c +++ b/print-timed.c @@ -34,14 +34,14 @@ */ struct tsp_timeval { - u_int32_t tv_sec; - u_int32_t tv_usec; + uint32_t tv_sec; + uint32_t tv_usec; }; struct tsp { - u_int8_t tsp_type; - u_int8_t tsp_vers; - u_int16_t tsp_seq; + uint8_t tsp_type; + uint8_t tsp_vers; + uint16_t tsp_seq; union { struct tsp_timeval tspu_time; int8_t tspu_hopcnt;