From ace14a2b50f2cc05c079d0b9137b49066dbb1206 Mon Sep 17 00:00:00 2001 From: fenner Date: Tue, 3 Apr 2001 07:45:48 +0000 Subject: Virgin import of tcpdump.org tcpdump v3.6.2 --- contrib/tcpdump/ntp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/tcpdump/ntp.h') diff --git a/contrib/tcpdump/ntp.h b/contrib/tcpdump/ntp.h index e92408f2..3a574ed 100644 --- a/contrib/tcpdump/ntp.h +++ b/contrib/tcpdump/ntp.h @@ -1,4 +1,4 @@ -/* $Header: /tcpdump/master/tcpdump/ntp.h,v 1.3.1.1 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 ================= */ -- cgit v1.1