diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-07 00:39:01 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-07 00:39:01 +0100 |
commit | 32fddb982fd61b11a2f218a115975a87ab126d43 (patch) | |
tree | 6769e31853f280c01c31d098966eef63729950bd /platform-tracing.c | |
parent | configure.ac: Fix -Wstrict-prototypes (diff) | |
download | openssh-32fddb982fd61b11a2f218a115975a87ab126d43.tar.xz openssh-32fddb982fd61b11a2f218a115975a87ab126d43.zip |
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.
Diffstat (limited to 'platform-tracing.c')
0 files changed, 0 insertions, 0 deletions