openssh-portable
openssh-portable copied to clipboard
Fix detection of setres*id on GNU/Hurd
Like Linux, proper _SOURCE macros need to be set to get declarations of various standard functions, notably setres*id. Now that Debian is using -Werror=implicit-function-declaration this is really required. While at it, define other _SOURCE macros like on GNU/Linux, since GNU/Hurd uses the same glibc.
Seems reasonable. What does ./config.guess report on that platform?
It's i686-unknown-gnu0.9
A ping on this?
Applied thanks. It's on both master and V_9_8 branch so it will be in the next release.