[sudo-commits] sudo changeset 12580:e30482f26924

Todd C. Miller Todd.Miller at sudo.ws
Tue Aug 25 17:09:16 MDT 2020


changeset:	12580:e30482f26924 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e30482f26924
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Aug 25 16:48:13 2020 -0600

Log Message:
	Use sigabbrev_np(3) to access signal abbreviations if supported.
	glibc-2.32 has removed sys_sigabbrev[], we can use sigabbrev_np(3) instead.

diffstat:

 config.h.in        |   3 +++
 configure          |  47 ++++++++++++++++++++++++++++++-----------------
 configure.ac       |  45 ++++++++++++++++++++++++---------------------
 lib/util/sig2str.c |  49 ++++++++++++++++++++++++++++---------------------
 lib/util/str2sig.c |  35 +++++++++++++++++++----------------
 5 files changed, 104 insertions(+), 75 deletions(-)



More information about the sudo-commits mailing list