[openssh-commits] [openssh] branch master updated (f3f2cc8 -> 6310ef2)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 13 14:44:26 AEST 2016


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

dtucker pushed a change to branch master
in repository openssh.

      from  f3f2cc8   Check for wchar.h and langinfo.h
       new  6310ef2   Move err.h replacements into compat lib.

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 6310ef27a2567cda66d6cf0c1ad290ee1167f243
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Wed Jul 13 14:42:35 2016 +1000

    Move err.h replacements into compat lib.
    
    Move implementations of err.h replacement functions into their own file
    in the libopenbsd-compat so we can use them in kexfuzz.c too.  ok djm@

Summary of changes:
 configure.ac                        |  4 +++
 openbsd-compat/Makefile.in          |  2 +-
 fatal.c => openbsd-compat/bsd-err.c | 50 ++++++++++++++++++++++++++++---------
 openbsd-compat/bsd-misc.h           | 11 ++++++++
 regress/misc/kexfuzz/kexfuzz.c      |  4 ++-
 regress/netcat.c                    | 40 -----------------------------
 6 files changed, 57 insertions(+), 54 deletions(-)
 copy fatal.c => openbsd-compat/bsd-err.c (53%)

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


More information about the openssh-commits mailing list