[openssh-commits] [openssh] branch master updated (07949bfe -> 878e0297)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 25 13:25:55 AEST 2017


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

djm pushed a change to branch master
in repository openssh.

      from  07949bfe  misc.c needs functions from platform.c now
       new  878e0297  Split platform_sys_dir_uid into its own file

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 878e029797cfc9754771d6f6ea17f8c89e11d225
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Aug 25 13:25:01 2017 +1000

    Split platform_sys_dir_uid into its own file
    
    platform.o is too heavy for libssh.a use; it calls into the server on
    many platforms. Move just the function needed by misc.c into its own
    file.

Summary of changes:
 Makefile.in                  |  4 ++--
 cleanup.c => platform-misc.c | 27 +++++++++++++++------------
 platform.c                   | 16 ----------------
 3 files changed, 17 insertions(+), 30 deletions(-)
 copy cleanup.c => platform-misc.c (68%)

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


More information about the openssh-commits mailing list