summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/systime.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/systime.c')
-rw-r--r--usr.sbin/xntpd/lib/systime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/systime.c b/usr.sbin/xntpd/lib/systime.c
index ea15734..1d6c59a 100644
--- a/usr.sbin/xntpd/lib/systime.c
+++ b/usr.sbin/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 */
/*
OpenPOWER on IntegriCloud