diff options
Diffstat (limited to 'sys/kern/kern_ntptime.c')
| -rw-r--r-- | sys/kern/kern_ntptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c index 4701d2f3a03d..91daee0abef9 100644 --- a/sys/kern/kern_ntptime.c +++ b/sys/kern/kern_ntptime.c @@ -439,7 +439,7 @@ ntp_update_second(struct timecounter *tcp) u_int32_t *newsec; l_fp ftemp; /* 32/64-bit temporary */ - newsec = &tcp->tc_offset_sec; + newsec = &tcp->tc_offset.sec; /* * On rollover of the second both the nanosecond and microsecond * clocks are updated and the state machine cranked as |
