bk: 4d91e011UT_pDZdlmicTeDBT_4UzBw
* [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
* [Bug 1861] tickadj build failure using uClibc.
+* [Bug 1862] in6addr_any test in configure fooled by arm gcc 4.1.3 -O2.
* Remove kernel line discipline driver code for clk and chu, deprecate
related LDISC_ flags, and remove associated ntpd code to decode the
timestamps, remove clktest line discipline test program.
subj = X509_get_subject_name(req);
X509_set_subject_name(cert, subj);
X509_set_pubkey(cert, pkey);
- ext = X509_get_ext(req, 0);
temp = X509_get_ext_count(req);
for (i = 0; i < temp; i++) {
ext = X509_get_ext(req, i);
#include <netinet/in.h>
$isc_netinetin6_hack
$isc_netinet6in6_hack
+
+ struct in6_addr * pin6addr_any = &in6addr_any;
]],
[[
- struct in6_addr in6;
- in6 = in6addr_any;
]]
)],
[isc_cv_have_in6addr_any=yes],