[sudo-commits] sudo changeset 12561:da2103ee7ba8

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 12 11:59:45 MDT 2020


changeset:	12561:da2103ee7ba8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/da2103ee7ba8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 12 10:07:07 2020 -0600

Log Message:
	Move inclusion of compat headers up with the system headers.
	Now that sudo_dso_public is defined in config.h we don't need sudo_compat.h
	before including the compat headers.

diffstat:

 lib/util/fatal.c                    |   7 +++----
 lib/util/regress/fnmatch/fnm_test.c |   7 +++----
 logsrvd/logsrvd.c                   |  11 +++++------
 logsrvd/logsrvd_conf.c              |   7 +++----
 logsrvd/sendlog.c                   |  17 ++++++++---------
 plugins/sudoers/cvtsudoers.c        |  11 +++++------
 plugins/sudoers/iolog_client.c      |   7 +++----
 plugins/sudoers/logging.c           |   5 ++---
 plugins/sudoers/match.c             |   7 +++----
 plugins/sudoers/match_command.c     |   7 +++----
 plugins/sudoers/sudoers.c           |   7 +++----
 plugins/sudoers/sudoreplay.c        |  11 +++++------
 plugins/sudoers/visudo.c            |  11 +++++------
 src/parse_args.c                    |   9 ++++-----
 14 files changed, 55 insertions(+), 69 deletions(-)



More information about the sudo-commits mailing list