summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2008-08-24 23:28:56 +0000
committerroberto <roberto@FreeBSD.org>2008-08-24 23:28:56 +0000
commit104c765529a86aa62c5ac8ce084c8ce987f591ea (patch)
treebd49f9f172bdad71edf1798029da682eada42080
parent41f40c12544e7be4e1daf37a70770b555893a344 (diff)
downloadFreeBSD-src-104c765529a86aa62c5ac8ce084c8ce987f591ea.zip
FreeBSD-src-104c765529a86aa62c5ac8ce084c8ce987f591ea.tar.gz
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
-rw-r--r--usr.sbin/ntp/libntp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile
index 839c17d..83e654e 100644
--- a/usr.sbin/ntp/libntp/Makefile
+++ b/usr.sbin/ntp/libntp/Makefile
@@ -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
OpenPOWER on IntegriCloud