diff options
Diffstat (limited to 'usr.sbin/ntpd/ntp.h')
-rw-r--r-- | usr.sbin/ntpd/ntp.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ntpd/ntp.h b/usr.sbin/ntpd/ntp.h index b2ec6fe26a0..7da44fca226 100644 --- a/usr.sbin/ntpd/ntp.h +++ b/usr.sbin/ntpd/ntp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.h,v 1.9 2004/10/13 13:35:19 henning Exp $ */ +/* $OpenBSD: ntp.h,v 1.10 2004/12/08 15:47:38 mickey Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -40,13 +40,13 @@ * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */ struct l_fixedpt { - u_int32_t int_part; - u_int32_t fraction; + u_int32_t int_partl; + u_int32_t fractionl; }; struct s_fixedpt { - u_int16_t int_part; - u_int16_t fraction; + u_int16_t int_parts; + u_int16_t fractions; }; /* RFC Section 4 |