]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, ntp_syscall.h:
authorHarlan Stenn <stenn@ntp.org>
Fri, 18 May 2001 00:31:48 +0000 (00:31 -0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 18 May 2001 00:31:48 +0000 (00:31 -0000)
  * include/ntp_syscall.h (ntp_gettime): Fill in the tai member.
  Reported by Ulrich and Reg.

bk: 3b046d74DG2FrCl58DJzgOypIWlRzQ

ChangeLog
include/ntp_syscall.h

index 9fb59cda29bec5ea5b32e7bc5d64a1601fb4573a..6cf15c0d6995e1c0ae16e9d1ef1c585d7fcaea11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-17  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * include/ntp_syscall.h (ntp_gettime): Fill in the tai member.
+       Reported by Ulrich and Reg.
+
        * configure.in: 4.0.99k37
 
        * ntpd/ntp_proto.c (clock_filter): Lose "off", xtemp and ytemp,
index ff649c9a10df01440b1731f7dc440609de624fa5..d5e4ce9e2392d12e9baa55e84a3d17bf3da4057b 100644 (file)
@@ -33,6 +33,7 @@ ntp_gettime(
 
        tntx.modes = 0;
        result = __adjtimex (&tntx);
+       ntv->tai = tntx.tai;
        ntv->time = tntx.time;
        ntv->maxerror = tntx.maxerror;
        ntv->esterror = tntx.esterror;