mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the correct systime.c file instead of the "simulation mode" one.
Should fix the current weirdness in ntpd/ntpdate where the current system time is not read/updated. Submitted by: naddy MFC after: 2 weeks Pointy hat to: me
This commit is contained in:
parent
34f004ce88
commit
867624a678
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ NTP_SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
|
|||
msutotsf.c msyslog.c netof.c ntp_rfc2553.c \
|
||||
numtoa.c numtohost.c octtoint.c prettydate.c \
|
||||
recvbuff.c refnumtoa.c snprintf.c socktoa.c \
|
||||
socktohost.c strstr.c systime_s.c statestr.c \
|
||||
socktohost.c strstr.c systime.c statestr.c \
|
||||
strerror.c syssignal.c tsftomsu.c tstotv.c \
|
||||
tvtoa.c tvtots.c uglydate.c uinttoa.c \
|
||||
utvtoa.c ymd2yd.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue