bk: 505405a2w15nLnFhoHfwNrErTVArJQ
* [Bug 752] Use proper ToS network packet markings for IPv4 and IPv6.
* [Bug 1232] Convert SHM refclock to use struct timespec.
+* [Bug 2258] Add syslog message about leap insertion.
* [Bug 2263] broadcast server doesn't work for host with
OS_MISSES_SPECIFIC_ROUTE_UPDATES.
* [Bug 2271] Decode refclock types when built with --disable-all-clocks.
if (leapsec == 0) {
sys_leap = LEAP_NOWARNING;
sys_tai = leap_tai;
-#ifdef KERNEL_PLL
+#ifndef SYS_WINNT /* WinNT port has its own leap second handling */
+# ifdef KERNEL_PLL
if (!(pll_control && kern_enable))
+# endif /* KERNEL_PLL */
+ {
step_systime(-1.0);
-#else /* KERNEL_PLL */
-#ifndef SYS_WINNT /* WinNT port has its own leap second handling */
- step_systime(-1.0);
+ msyslog(LOG_NOTICE, "Inserting positive leap second.");
+ }
#endif /* SYS_WINNT */
-#endif /* KERNEL_PLL */
report_event(EVNT_LEAP, NULL, NULL);
} else {
if (leapsec < DAY)