bk: 54fa59b5p0TnP6on_LD4LajJBiWEeA
* [Bug 2775] ntp-keygen.c fails to compile under Windows.
* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection.
* [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
+* [Bug 2784] Fix for 2782 uses clock_gettime() instead of get_ostime().
---
(4.2.8p1) 2015/02/04 Released by Harlan Stenn <stenn@ntp.org>
/*@-type@*//* splint is confused about struct timespec */
shm_stat->tvc.tv_sec = shm_stat->tvc.tv_nsec = 0;
- clock_gettime(CLOCK_REALTIME, &shm_stat->tvc);
+ get_ostime(&shm_stat->tvc);
/* relying on word access to be atomic here */
if (shm->valid == 0) {