summaryrefslogtreecommitdiff
path: root/ntp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ntp.h')
-rw-r--r--ntp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ntp.h b/ntp.h
index afdc0a8c..70695763 100644
--- a/ntp.h
+++ b/ntp.h
@@ -1,4 +1,4 @@
-/* $Header: /tcpdump/master/tcpdump/ntp.h,v 1.5 2002-11-09 17:19:22 itojun Exp $ */
+/* $Header: /tcpdump/master/tcpdump/ntp.h,v 1.6 2002-12-11 07:13:56 guy Exp $ */
/*
* Based on ntp.h from the U of MD implementation
@@ -30,12 +30,12 @@
struct l_fixedpt {
u_int32_t int_part;
u_int32_t fraction;
-} __attribute__((packed));
+};
struct s_fixedpt {
u_int16_t int_part;
u_int16_t fraction;
-} __attribute__((packed));
+};
/* ================= Table 3.3. Packet Variables ================= */
/*
@@ -79,7 +79,7 @@ struct ntpdata {
struct l_fixedpt org;
struct l_fixedpt rec;
struct l_fixedpt xmt;
-} __attribute__((packed));
+};
/*
* Leap Second Codes (high order two bits)
*/