[sudo-commits] sudo changeset 15022:1a0ce3a79ee2

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 28 18:45:20 MDT 2023


changeset:	15022:1a0ce3a79ee2 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1a0ce3a79ee2
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 28 18:37:06 2023 -0600

Log Message:
	Fix test for unsetenv() returning void with clang 16.

	Clang has dropped support for K&R function definitions so rewrite
	the test to require a unsetenv() prototype in stdlib.h.
	Fixes GitHub issue #302.

diffstat:

 configure  |  39 +++++++++++++++------------------------
 m4/sudo.m4 |  18 +++++++-----------
 2 files changed, 22 insertions(+), 35 deletions(-)



More information about the sudo-commits mailing list