[sudo-commits] sudo changeset 12659:5480e97a1160

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 25 15:12:42 MDT 2020


changeset:	12659:5480e97a1160 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5480e97a1160
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Sep 25 15:09:45 2020 -0600

Log Message:
	Fix -Wshadow warnings.

diffstat:

 lib/util/closefrom.c                |   6 +-
 lib/util/getentropy.c               |   7 +-
 lib/util/pipe2.c                    |  24 ++++----
 lib/util/term.c                     |   4 +-
 lib/util/ttyname_dev.c              |   2 -
 plugins/sudoers/auth/pam.c          |  12 ++--
 plugins/sudoers/cvtsudoers.c        |   4 +-
 plugins/sudoers/env.c               |   4 +-
 plugins/sudoers/getdate.c           |  10 +-
 plugins/sudoers/getdate.y           |  10 +-
 plugins/sudoers/gmtoff.c            |  10 +-
 plugins/sudoers/locale.c            |  14 ++--
 plugins/sudoers/logging.h           |   2 +-
 plugins/sudoers/policy.c            |   4 +-
 plugins/sudoers/starttime.c         |   6 +-
 plugins/sudoers/sudoers.c           |  24 ++++----
 plugins/sudoers/testsudoers.c       |  26 ++++----
 plugins/sudoers/visudo.c            |  20 +++---
 plugins/system_group/system_group.c |   8 +--
 src/load_plugins.c                  |  97 ++++++++++++++----------------------
 src/sudo.c                          |  15 ++---
 src/sudo_plugin_int.h               |   5 +-
 src/tgetpass.c                      |   8 +-
 src/ttyname.c                       |  10 +-
 24 files changed, 151 insertions(+), 181 deletions(-)



More information about the sudo-commits mailing list