diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
| commit | 224ba2bd37e182b64f7d78defef8a6cacaad3415 (patch) | |
| tree | 3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/include/ntp_syscall.h | |
| parent | 1c80946020d06ca926154926c7c890d211708395 (diff) | |
Notes
Diffstat (limited to 'contrib/ntp/include/ntp_syscall.h')
| -rw-r--r-- | contrib/ntp/include/ntp_syscall.h | 5 |
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 */ |
