From 867624a678dc2f5578fd1afff86da13e27a1e4f4 Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Sun, 24 Aug 2008 23:28:56 +0000 Subject: [PATCH] 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 --- usr.sbin/ntp/libntp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 839c17d6ee8..83e654e71bd 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