[openssh-commits] [openssh] branch master updated (84623e00 -> 6301e6c7)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 2 21:40:02 AEST 2018


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

dtucker pushed a change to branch master
in repository openssh.

      from  84623e00  upstream: whitespace
       new  6301e6c7  Add implementation of getline.

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 6301e6c787d4e26bfae1119ab4f747bbcaa94e44
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Jul 2 21:16:58 2018 +1000

    Add implementation of getline.
    
    Add getline for the benefit of platforms that don't have it.  Sourced
    from NetBSD (OpenBSD's implementation is a little too chummy with the
    internals of FILE).

Summary of changes:
 configure.ac                                  |   1 +
 openbsd-compat/Makefile.in                    |   1 +
 openbsd-compat/{bsd-flock.c => bsd-getline.c} | 106 +++++++++++++++++---------
 openbsd-compat/openbsd-compat.h               |   4 +
 4 files changed, 75 insertions(+), 37 deletions(-)
 copy openbsd-compat/{bsd-flock.c => bsd-getline.c} (50%)

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


More information about the openssh-commits mailing list