[sudo-commits] sudo changeset 14080:79aaab18dc6d

Todd C. Miller Todd.Miller at sudo.ws
Wed Jun 29 09:12:08 MDT 2022


changeset:	14080:79aaab18dc6d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/79aaab18dc6d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jun 29 08:47:16 2022 -0600

Log Message:
	Use #include <config.h> not #include "config.h" for consistency.
	Otherwise, some compilers may do the wrong thing in a build
	dir if there is a config.h file in the source dir too.

diffstat:

 lib/iolog/host_port.c              |  2 +-
 lib/iolog/hostcheck.c              |  2 +-
 lib/util/roundup.c                 |  2 +-
 logsrvd/iolog_writer.c             |  2 +-
 logsrvd/logsrv_util.c              |  2 +-
 logsrvd/logsrvd.c                  |  2 +-
 logsrvd/logsrvd.h                  |  2 +-
 logsrvd/logsrvd_conf.c             |  2 +-
 logsrvd/logsrvd_journal.c          |  2 +-
 logsrvd/logsrvd_local.c            |  2 +-
 logsrvd/logsrvd_queue.c            |  2 +-
 logsrvd/logsrvd_relay.c            |  2 +-
 logsrvd/sendlog.c                  |  2 +-
 logsrvd/sendlog.h                  |  2 +-
 logsrvd/tls_client.c               |  2 +-
 logsrvd/tls_common.h               |  2 +-
 logsrvd/tls_init.c                 |  2 +-
 plugins/python/pyhelpers.h         |  2 +-
 plugins/python/regress/iohelpers.h |  2 +-
 plugins/sudoers/log_client.c       |  2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)



More information about the sudo-commits mailing list