* include/ntp_syscall.h (ntp_gettime): Fill in the tai member.
Reported by Ulrich and Reg.
bk: 3b046d74DG2FrCl58DJzgOypIWlRzQ
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,
tntx.modes = 0;
result = __adjtimex (&tntx);
+ ntv->tai = tntx.tai;
ntv->time = tntx.time;
ntv->maxerror = tntx.maxerror;
ntv->esterror = tntx.esterror;