bk: 4e2e872aMoS1fTK7GOeYuCsCszq0AQ
* [Bug 1961] html2man update: distribute ntp-wait.html.
* [Bug 1970] UNLINK_EXPR_SLIST() causes crash if list is empty.
* [Bug 1972] checking for struct rtattr fails.
+* [Bug 1975] libntp/mktime.c won't work with 64-bit time_t
---
(4.2.6p4-RC1) 2011/07/10 Released by Harlan Stenn <stenn@ntp.org>
#if !defined(HAVE_MKTIME) || !defined(HAVE_TIMEGM)
+#if SIZEOF_TIME_T >= 8
+#error libntp supplied mktime()/timegm() do not support 64-bit time_t
+#endif
+
#ifndef DSTMINUTES
#define DSTMINUTES 60
#endif