Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 543f44bff8d56785dc13a74a14d4eaa96465bf05 https://github.com/ngircd/ngircd/commit/543f44bff8d56785dc13a74a14d4eaa96465... Author: Bernd Kuhls <bernd.kuhls@t-online.de> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M src/ngircd/resolve.c Log Message: ----------- Fix Get_error usage The usage of Get_Error is guarded by "ifdef h_errno" in this file, the definition of this function should follow the same rules. Fixes a build error when cross-compiling: https://github.com/ngircd/ngircd/issues/223 Commit: ddeb7b20ebd660683c6a8638c552e27bde828a9d https://github.com/ngircd/ngircd/commit/ddeb7b20ebd660683c6a8638c552e27bde82... Author: Alexander Barton <alex@barton.de> Date: 2017-09-17 (Sun, 17 Sep 2017) Changed paths: M src/ngircd/resolve.c Log Message: ----------- Merge pull request #240 from bkuhls/fix_Get_Error Fix Get_Error usage Compare: https://github.com/ngircd/ngircd/compare/bc728f92de5a...ddeb7b20ebd6