]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug fixes 1289 and 1290
authorDanny Mayer <mayer@ntp.org>
Mon, 24 Aug 2009 19:25:59 +0000 (15:25 -0400)
committerDanny Mayer <mayer@ntp.org>
Mon, 24 Aug 2009 19:25:59 +0000 (15:25 -0400)
bk: 4a92e947H3VKhqt-atCbM8NV1s4xeQ

ChangeLog
ntpd/refclock_oncore.c

index 805b28efd09f7fd7d6605e7982a62702b813f011..e599198335127077d92cadceded2a296e4cbec0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+* [Bug 1289] Fix compiler files for Windows
+* [Bug 1290] use macro GETTIMEOFDAY instead of gettimeofday()
 (4.2.5p205) 2009/08/18 Released by Harlan Stenn <stenn@ntp.org>
 * accopt.html typo fixes from Dave Mills.
 * [Bug 1285] Log ntpq :config/config-from-file events.
index 97a62986b80ae45bef473e50a80ea246d2a7e53b..f71726a1942a2480d13e035d0a89620678034b2a 100644 (file)
@@ -3459,7 +3459,7 @@ oncore_log(instance, LOG_DEBUG, Msg);
 
        /* and set time to time from Computer clock */
 
-       gettimeofday(&tv, 0);
+       GETTIMEOFDAY(&tv, 0);
        tm = gmtime((const time_t *) &tv.tv_sec);
 #if 1
        {