[sudo-commits] sudo changeset 14348:6c1836dcb2d6

Todd C. Miller Todd.Miller at sudo.ws
Thu Dec 1 13:09:44 MST 2022


changeset:	14348:6c1836dcb2d6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6c1836dcb2d6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Dec 01 12:54:53 2022 -0700

Log Message:
	Place C23 attributes before keywords in function declarations.
	In practice this means we must use "sudo_noreturn static foo(void)"
	instead of "static sudo_noreturn foo(void)".

diffstat:

 lib/eventlog/eventlog.c           |  2 +-
 plugins/sudoers/cvtsudoers.c      |  4 ++--
 plugins/sudoers/sudoreplay.c      |  4 ++--
 plugins/sudoers/testsudoers.c     |  2 +-
 plugins/sudoers/tsdump.c          |  2 +-
 plugins/sudoers/visudo.c          |  4 ++--
 src/parse_args.c                  |  6 +++---
 src/regress/noexec/check_noexec.c |  2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)



More information about the sudo-commits mailing list