[openssh-commits] [openssh] branch master updated (f2ad63c0 -> f21455a0)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Oct 31 10:11:45 AEDT 2017


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  f2ad63c0  upstream commit
       new  f21455a0  Include includes.h for HAVE_GETPAGESIZE.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit f21455a084f9cc3942cf1bde64055a4916849fed
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Tue Oct 31 10:09:33 2017 +1100

    Include includes.h for HAVE_GETPAGESIZE.
    
    The configure script checks for getpagesize() and sets HAVE_GETPAGESIZE in
    config.h, but bsd-getpagesize.c forgot to include includes.h (which
    indirectly includes config.h) so the checks always fails, causing linker
    issues when linking statically on systems with getpagesize().
    
    Patch from Peter Korsgaard <peter at korsgaard.com>

Summary of changes:
 openbsd-compat/bsd-getpagesize.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list