[openssh-commits] [openssh] branch master updated (2285c30 -> dcc8997)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 24 12:35:23 AEDT 2015


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

dtucker pushed a change to branch master
in repository openssh.

      from  2285c30   upstream commit
       new  dcc8997   Convert two macros into functions.

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 dcc8997d116f615195aa7c9ec019fb36c28c6228
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Tue Feb 24 12:30:59 2015 +1100

    Convert two macros into functions.
    
    Convert packet_send_debug and packet_disconnect from macros to
    functions.  Some older GCCs (2.7.x, 2.95.x) see to have problems with
    variadic macros with only one argument so we convert these two into
    functions.  ok djm@

Summary of changes:
 opacket.c | 24 ++++++++++++++++++++++++
 opacket.h |  9 +++++----
 2 files changed, 29 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list