[openssh-commits] [openssh] branch master updated (12af712d -> 32fddb98)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Nov 7 10:42:55 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 12af712d configure.ac: Fix -Wstrict-prototypes
new 32fddb98 Fix setres*id checks to work with clang-16.
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 32fddb982fd61b11a2f218a115975a87ab126d43
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Nov 7 10:39:01 2022 +1100
Fix setres*id checks to work with clang-16.
glibc has the prototypes for setresuid and setresgid behind _GNU_SOURCE,
and clang 16 will error out on implicit function definitions, so add
_GNU_SOURCE and the required headers to the configure checks. From
sam at @gentoo.org via bz#3497.
Summary of changes:
configure.ac | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list