diff options
-rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 839c17d6ee8a..83e654e71bda 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 |