[openssh-commits] [openssh] branch master updated (c7ef4a39 -> 1323f120)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 27 08:52:21 AEDT 2018


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

dtucker pushed a change to branch master
in repository openssh.

      from  c7ef4a39  Wrap <stdint.h> in #ifdef HAVE_STDINT_H.
       new  f0b245b0  Check if HAVE_DECL_BZERO correctly.
       new  1323f120  Check for attributes on prototype args.

The 2 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 1323f120d06a26074c4d154fcbe7f49bcad3d741
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Feb 27 08:41:25 2018 +1100

    Check for attributes on prototype args.
    
    Some compilers (gcc 2.9.53, 3.0 and probably others, see gcc bug #3481)
    do not accept __attribute__ on function pointer prototype args.  Check for
    this and hide them if they're not accepted.

commit f0b245b0439e600fab782d19e97980e9f2c2533c
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 26 11:43:48 2018 +1100

    Check if HAVE_DECL_BZERO correctly.

Summary of changes:
 configure.ac              | 12 ++++++++++++
 openbsd-compat/bsd-misc.h |  2 +-
 sshkey.h                  |  4 ++++
 3 files changed, 17 insertions(+), 1 deletion(-)

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


More information about the openssh-commits mailing list