[sudo-commits] sudo changeset 13770:10775e14164a

Todd C. Miller Todd.Miller at sudo.ws
Thu Feb 3 09:35:23 MST 2022


changeset:	13770:10775e14164a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/10775e14164a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Feb 03 09:33:30 2022 -0700

Log Message:
	Fix compilation on Debian kFreeBSD.
	The configure script correctly detects that utimensat() and futimens()
	are missing but the headers define stub versions of the functions.
	Including sys/stat.h pulls in the system definitions  so we can override
	them safely.  Bug #1021.

diffstat:

 include/sudo_compat.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



More information about the sudo-commits mailing list