[sudo-commits] sudo changeset 14037:5c636cbc11f0

Todd C. Miller Todd.Miller at sudo.ws
Mon Jun 6 20:10:54 MDT 2022


changeset:	14037:5c636cbc11f0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5c636cbc11f0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jun 06 19:42:29 2022 -0600

Log Message:
	Fix building with select (not poll) when fd_set is not defined in sys/types.h.
	We can use a void * for the fd_set arrays and just add a cast when
	using the FD_SET macros.

diffstat:

 include/sudo_event.h    |   8 ++++----
 lib/util/event_select.c |  16 ++++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)



More information about the sudo-commits mailing list