[sudo-commits] sudo changeset 9112:b212e4694018

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 17 19:26:14 MST 2013


changeset:	9112:b212e4694018 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b212e4694018
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Nov 17 16:15:36 2013 -0700

Log Message:
	Fix some #if vs. #ifdef and remove an extraneous semicolon.
	Bug #624; from Daniel Richard G.

diffstat:

 common/fileops.c               |  4 ++--
 compat/getaddrinfo.c           |  8 ++++----
 compat/mktemp.c                |  2 +-
 compat/utimes.c                |  2 +-
 configure.ac                   |  2 +-
 plugins/sudoers/boottime.c     |  2 +-
 plugins/sudoers/check.c        |  2 +-
 plugins/sudoers/getdate.c      |  2 +-
 plugins/sudoers/getdate.y      |  2 +-
 plugins/sudoers/group_plugin.c |  2 +-
 plugins/sudoers/iolog.c        |  2 +-
 plugins/sudoers/ldap.c         |  2 +-
 plugins/sudoers/logging.h      |  2 +-
 plugins/sudoers/sssd.c         |  2 +-
 plugins/sudoers/sudoreplay.c   |  2 +-
 plugins/sudoers/timestamp.c    |  2 +-
 plugins/sudoers/visudo.c       |  2 +-
 src/exec.c                     |  2 +-
 src/exec_pty.c                 |  2 +-
 src/preload.c                  |  2 +-
 src/sudo.c                     |  4 ++--
 src/sudo_edit.c                |  2 +-
 src/ttyname.c                  |  2 +-
 src/utmp.c                     |  2 +-
 24 files changed, 29 insertions(+), 29 deletions(-)


More information about the sudo-commits mailing list