X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/cdaba7de64aab0672383804b7c80cc3678936b4f..fb75d3cd5ad603bd255d9cdc20aeca674c6f3720:/ntp.h diff --git a/ntp.h b/ntp.h index 8bf8d368..b315b508 100644 --- a/ntp.h +++ b/ntp.h @@ -1,4 +1,4 @@ -/* $Header: /tcpdump/master/tcpdump/ntp.h,v 1.3 1999-10-07 23:47:11 mcr Exp $ */ +/* $Header: /tcpdump/master/tcpdump/ntp.h,v 1.4 2000-10-03 02:54:57 itojun Exp $ */ /* * Based on ntp.h from the U of MD implementation @@ -33,8 +33,8 @@ struct l_fixedpt { }; struct s_fixedpt { - u_short int_part; - u_short fraction; + u_int16_t int_part; + u_int16_t fraction; }; /* ================= Table 3.3. Packet Variables ================= */