[openssh-commits] [openssh] branch master updated (eb88d07c -> 01dbeb30)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 27 17:10:25 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  eb88d07c  Revert explicit chmods on private keys.
       new  01dbeb30  avoid clash between for getopt's struct option

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 01dbeb3084d714bbd001ff9d03b9de542e8cdf58
Author: Damien Miller <djm at mindrot.org>
Date:   Mon Feb 27 17:07:52 2023 +1100

    avoid clash between for getopt's struct option
    
    Since we don't use getopt_long() nothing outside the getopt()
    implementation itself uses this structure, so move it into the
    source to remove it from visibility and clashes with libc's
    
    ok dtucker@

Summary of changes:
 openbsd-compat/getopt.h      |  3 +++
 openbsd-compat/getopt_long.c | 14 ++++++++++++++
 2 files changed, 17 insertions(+)

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


More information about the openssh-commits mailing list