[Git][NTPsec/ntpsec][master] mips4 port fix.

Eric S. Raymond gitlab at mg.gitlab.com
Tue Dec 13 13:53:34 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
c998b665 by Eric S. Raymond at 2016-12-13T08:53:16-05:00
mips4 port fix.

- - - - -


1 changed file:

- libntp/ntp_calendar.c


Changes:

=====================================
libntp/ntp_calendar.c
=====================================
--- a/libntp/ntp_calendar.c
+++ b/libntp/ntp_calendar.c
@@ -61,7 +61,7 @@ time_to_time64(
 	time64_t res;
 
 #if NTP_SIZEOF_TIME_T <= 4
-	settime64(res, 0);
+	settime64u(res, 0);
 	if (tt < 0) {
 		settime64lo(res, (uint32_t)-tt);
 		negtime64(res);



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c998b665b959ec77abf6941399c4e9093e25b71c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161213/2f196b00/attachment.html>


More information about the vc mailing list