]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1424] Fix check for rtattr (rtnetlink.h)
authorHarlan Stenn <stenn@ntp.org>
Tue, 22 Dec 2009 08:00:22 +0000 (03:00 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 22 Dec 2009 08:00:22 +0000 (03:00 -0500)
bk: 4b307c96S1iMzj1M7S90aX2w1b39YA

ChangeLog
configure.ac

index a6e72366dd44121eed8423f62d86d3972a76d8e4..83fa2c1077f851aeb1296d85252813153de65c1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 * [Bug 1411] Fix status messages in refclock_oncore.c.
 * [Bug 1416] MAXDNAME undefined on Solaris 2.6.
 * [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
+* [Bug 1424] Fix check for rtattr (rtnetlink.h).
 * [Bug 1426] scripts/VersionName needs . on the search path.
 * [Bug 1427] quote missing in ./build - shows up on NetBSD.
 * [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
index 9c06965088c2ba839741824490ca2f8edfab8254..85962d692232adaa50660551207af0b3a12af6cf 100644 (file)
@@ -784,6 +784,7 @@ AC_CACHE_CHECK([for struct rt_msghdr], ac_cv_struct_rt_msghdr,
 
 AC_CACHE_CHECK([for struct rtattr], ac_cv_struct_rtattr,
 [AC_TRY_COMPILE([
+#include <stddef.h>
 #include <linux/rtnetlink.h>],
 [struct rtattr p;],
        ac_cv_struct_rtattr=yes,