From: Harlan Stenn Date: Mon, 7 Jan 2013 09:15:55 +0000 (-0500) Subject: [Bug 2325] Re-enable mlockall() check under Linux post-1223 fix X-Git-Tag: NTP_4_2_7P347~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba06a4caa437642299231ca2d84e01fec41aa2ee;p=thirdparty%2Fntp.git [Bug 2325] Re-enable mlockall() check under Linux post-1223 fix bk: 50ea924bHHi7jCkzuMTYjgKdQam3Kg --- diff --git a/ChangeLog b/ChangeLog index c383ae6c2..228c694cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 2325] Re-enable mlockall() check under Linux post-1223 fix. (4.2.7p346) 2013/01/06 Released by Harlan Stenn * [Bug 1223] reorganize inclusion of sys/resource.h. (4.2.7p345) 2013/01/04 Released by Harlan Stenn diff --git a/configure.ac b/configure.ac index 9f24668e5..1d3b85413 100644 --- a/configure.ac +++ b/configure.ac @@ -768,9 +768,10 @@ case "$host" in *-*-irix[[45]]*) # Just a stub in "old" Irix. Idiots. ;; - *-*-*linux*) - # there, but more trouble than it is worth for now (resolver problems) - ;; +# In the belief that the fix for bug 1223 fixes mlockall() under linux... +# *-*-*linux*) +# # there, but more trouble than it is worth for now (resolver problems) +# ;; *-*-qnx*) # Apparently there but not working in QNX. Idiots? ;;