[sudo-commits] sudo changeset 13112:d10d0b9b60e1

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 10 12:52:37 MST 2021


changeset:	13112:d10d0b9b60e1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d10d0b9b60e1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 10 12:26:11 2021 -0700

Log Message:
	Remove compatibility defines for POSIX sys/stat.h macros.
	Modern systems have them and we no longer support pre-POSIX systems.
	This fixes potential redefinition of the macros if sys/stat.h is
	included after sudo_compat.h.  Bug #968.

diffstat:

 include/sudo_compat.h  |  42 +++---------------------------------------
 lib/util/secure_path.c |   6 +++---
 2 files changed, 6 insertions(+), 42 deletions(-)



More information about the sudo-commits mailing list