[sudo-commits] sudo changeset 14756:69eda3d690e4

Todd C. Miller Todd.Miller at sudo.ws
Sun Jun 4 19:16:30 MDT 2023


changeset:	14756:69eda3d690e4 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/69eda3d690e4
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Jun 04 19:08:52 2023 -0600

Log Message:
	Make suspend_parent.c out of lib/util and into src.
	Nothing else uses it now.

diffstat:

 MANIFEST                    |    2 +-
 include/sudo_util.h         |    4 -
 lib/util/Makefile.in        |   16 +---
 lib/util/suspend_parent.c   |  170 --------------------------------------------
 lib/util/util.exp.in        |    1 -
 plugins/sudoers/Makefile.in |   34 ++++----
 src/Makefile.in             |   23 ++++-
 src/sudo_exec.h             |    3 +
 src/suspend_parent.c        |  170 ++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 212 insertions(+), 211 deletions(-)



More information about the sudo-commits mailing list