[openssh-commits] [openssh] branch master updated (ad8cd420 -> afffd310)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Dec 11 13:24:19 AEDT 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  ad8cd420  Sort depends.
       new  afffd310  Check if memmem is declared in system headers.

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 afffd310360b155df2133d1f5f1ab2f4e939b570
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Dec 11 13:22:06 2019 +1100

    Check if memmem is declared in system headers.
    
    If the system (or one of the dependencies) implements memmem but does
    not define the header, we would not declare it either resulting in
    compiler warnings.  Check for declaration explicitly.  bz#3102.

Summary of changes:
 configure.ac                    | 2 +-
 openbsd-compat/openbsd-compat.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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


More information about the openssh-commits mailing list