aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/include/ntp_syscall.h
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2001-08-29 14:35:15 +0000
committerOllivier Robert <roberto@FreeBSD.org>2001-08-29 14:35:15 +0000
commit224ba2bd37e182b64f7d78defef8a6cacaad3415 (patch)
tree3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/include/ntp_syscall.h
parent1c80946020d06ca926154926c7c890d211708395 (diff)
Notes
Diffstat (limited to 'contrib/ntp/include/ntp_syscall.h')
-rw-r--r--contrib/ntp/include/ntp_syscall.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ntp/include/ntp_syscall.h b/contrib/ntp/include/ntp_syscall.h
index ff649c9a10df..29dff91190da 100644
--- a/contrib/ntp/include/ntp_syscall.h
+++ b/contrib/ntp/include/ntp_syscall.h
@@ -36,6 +36,11 @@ ntp_gettime(
ntv->time = tntx.time;
ntv->maxerror = tntx.maxerror;
ntv->esterror = tntx.esterror;
+#ifdef NTP_API
+# if NTP_API > 3
+ ntv->tai = tntx.tai;
+# endif
+#endif
return(result);
}
# else /* !HAVE__ADJTIMEX */