mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182128
@ -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 New Issue
Block a user