[Bug 3049] ssh startup time on OSX is linear to _SC_OPEN_MAX

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Aug 2 11:32:44 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=3049

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3306
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3306
refactor, add fallback

>+	AC_CHECK_HEADERS([libproc.h], [
>+	    AC_CHECK_DECLS([proc_pidinfo], [], [], [#include <libproc.h>])

this only checks that the function is declared, not that it's actually
present.  conceivably this could activate this code but fail at link
time.

otherwise looks ok.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list