From: Dave Hart Date: Thu, 14 Oct 2010 19:13:29 +0000 (+0000) Subject: [Bug 1659] Need CLOCK_TRUETIME not CLOCK_TRUE. X-Git-Tag: NTP_4_2_6P3_RC4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d16bf293f34136c1257bd740f518d7c46b8d49f;p=thirdparty%2Fntp.git [Bug 1659] Need CLOCK_TRUETIME not CLOCK_TRUE. bk: 4cb75659GvgK4y1EpMdP7naJkyTn6Q --- diff --git a/ChangeLog b/ChangeLog index 08ba2660b..6def01494 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ --- +* [Bug 1659] Need CLOCK_TRUETIME not CLOCK_TRUE. * [Bug 1665] is_anycast() u_int32_t should be u_int32. * ntpsnmpd, libntpq warning cleanup. diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index e206dc7aa..72dedd88e 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -322,7 +322,7 @@ typedef __int32 int32_t; /* define a typedef for int32_t */ # define CLOCK_SPECTRACOM /* refclock_wwvb.c */ # define CLOCK_TRIMBLEDC # define CLOCK_TRIMTSIP 1 -# define CLOCK_TRUE +# define CLOCK_TRUETIME # define NTP_LITTLE_ENDIAN /* from libntp.mak */ # define NTP_POSIX_SOURCE