From: Ondřej Surý Date: Tue, 20 Aug 2024 10:22:08 +0000 (+0000) Subject: fix: dev: Fix the resesuid() shim implementation for NetBSD X-Git-Tag: v9.21.1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bfed08b253f31b785a163e9663fe3eade52a10e;p=thirdparty%2Fbind9.git fix: dev: Fix the resesuid() shim implementation for NetBSD The shim implementation of setresuid() was wrong - there was a copy and paste error and it was calling setresgid() instead. This only affects NetBSD because Linux, FreeBSD and OpenBSD have setresuid() and setresgid() implementation available from the system library. Closes #4862 Merge branch '4862-fix-setresuid-shim' into 'main' Closes #4862 See merge request isc-projects/bind9!9359 --- 5bfed08b253f31b785a163e9663fe3eade52a10e