]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1659] Need CLOCK_TRUETIME not CLOCK_TRUE.
authorDave Hart <hart@ntp.org>
Thu, 14 Oct 2010 19:13:29 +0000 (19:13 +0000)
committerDave Hart <hart@ntp.org>
Thu, 14 Oct 2010 19:13:29 +0000 (19:13 +0000)
bk: 4cb75659GvgK4y1EpMdP7naJkyTn6Q

ChangeLog
ports/winnt/include/config.h

index 08ba2660b4bd4111d8e1a9bf746fe23a4d291617..6def014949718db1fc7e38c94349029c23c46ed7 100644 (file)
--- 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.
 
index e206dc7aae6ba5fc04e6ef0cca2a68f5683c295a..72dedd88e8fa98ce0d5129ae2941265710678566 100644 (file)
@@ -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