]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ntp.h
The stuff in the "linux-include" directory is no longer needed, as we no
[tcpdump] / ntp.h
diff --git a/ntp.h b/ntp.h
index 8bf8d368ba2beda1ced206083672271a4b1b4cdf..b315b508516f2793de57f111c8e92567d6b85253 100644 (file)
--- 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   ================= */