diff options
Diffstat (limited to 'contrib/xntpd/lib/systime.c')
| -rw-r--r-- | contrib/xntpd/lib/systime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/xntpd/lib/systime.c b/contrib/xntpd/lib/systime.c index ea15734f1abb..1d6c59a5d969 100644 --- a/contrib/xntpd/lib/systime.c +++ b/contrib/xntpd/lib/systime.c @@ -47,12 +47,13 @@ extern int debug; * We also remember the clock precision we computed from the kernel in * case someone asks us. */ + LONG sys_clock; + LONG adj_precision; /* adj precision in usec (tickadj) */ LONG tvu_maxslew; /* maximum adjust doable in 1<<CLOCK_ADJ sec (usec) */ U_LONG tsf_maxslew; /* same as above, as LONG format */ - LONG sys_clock; l_fp sys_clock_offset; /* correction for current system time */ /* |
