1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Add missing HAVE_SETRESGID to cmake.h.

Without this, we were always falling back to the setuid()/setgid()
privilege-dropping code in the utmp helper.
This commit is contained in:
Jacob Nevins 2022-05-18 18:47:01 +01:00
parent 868d309779
commit 97b3db34b2

View File

@ -28,6 +28,7 @@
#cmakedefine01 HAVE_POSIX_OPENPT
#cmakedefine01 HAVE_PTSNAME
#cmakedefine01 HAVE_SETRESUID
#cmakedefine01 HAVE_SETRESGID
#cmakedefine01 HAVE_STRSIGNAL
#cmakedefine01 HAVE_UPDWTMPX
#cmakedefine01 HAVE_FSTATAT