[sudo-commits] sudo changeset 10015:a442d88c6490

Todd C. Miller Todd.Miller at courtesan.com
Thu May 21 11:14:36 MDT 2015


changeset:	10015:a442d88c6490 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/a442d88c6490
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu May 21 11:13:20 2015 -0600

Log Message:
	Avoid using a leading underbar in defines as they are reserved in
	ISO C.

diffstat:

 config.h.in                                           |   6 ++--
 configure.ac                                          |   6 ++--
 include/compat/endian.h                               |   6 ++--
 include/compat/fnmatch.h                              |   6 ++--
 include/compat/getaddrinfo.h                          |   6 ++--
 include/compat/getopt.h                               |   6 ++--
 include/compat/glob.h                                 |   6 ++--
 include/compat/nss_dbdefs.h                           |   6 ++--
 include/compat/sha2.h                                 |   6 ++--
 include/compat/stdbool.h                              |   6 ++--
 include/compat/timespec.h                             |   6 ++--
 include/sudo_alloc.h                                  |   6 ++--
 include/sudo_compat.h                                 |   8 ++--
 include/sudo_conf.h                                   |   6 ++--
 include/sudo_debug.h                                  |   6 ++--
 include/sudo_dso.h                                    |   6 ++--
 include/sudo_event.h                                  |   6 ++--
 include/sudo_fatal.h                                  |   6 ++--
 include/sudo_gettext.h                                |   6 ++--
 include/sudo_lbuf.h                                   |   6 ++--
 include/sudo_plugin.h                                 |   6 ++--
 include/sudo_queue.h                                  |   6 ++--
 include/sudo_util.h                                   |   6 ++--
 lib/util/fatal.c                                      |  20 +++++++-------
 plugins/sudoers/bsm_audit.h                           |   6 ++--
 plugins/sudoers/check.h                               |   6 ++--
 plugins/sudoers/defaults.h                            |   6 ++--
 plugins/sudoers/ins_2001.h                            |   6 ++--
 plugins/sudoers/ins_classic.h                         |   6 ++--
 plugins/sudoers/ins_csops.h                           |   6 ++--
 plugins/sudoers/ins_goons.h                           |   6 ++--
 plugins/sudoers/insults.h                             |   6 ++--
 plugins/sudoers/interfaces.h                          |   6 ++--
 plugins/sudoers/iolog.h                               |   6 ++--
 plugins/sudoers/linux_audit.h                         |   6 ++--
 plugins/sudoers/logging.h                             |   8 ++--
 plugins/sudoers/parse.c                               |  18 ++++++------
 plugins/sudoers/parse.h                               |   6 ++--
 plugins/sudoers/pwutil.h                              |   6 ++--
 plugins/sudoers/redblack.c                            |  12 ++++----
 plugins/sudoers/redblack.h                            |   6 ++--
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |   2 +-
 plugins/sudoers/solaris_audit.h                       |   6 ++--
 plugins/sudoers/sssd.c                                |  26 +++++++++---------
 plugins/sudoers/sudo_nss.h                            |   6 ++--
 plugins/sudoers/sudo_printf.c                         |   4 +-
 plugins/sudoers/sudoers.c                             |   2 +-
 plugins/sudoers/sudoers.h                             |   8 ++--
 plugins/sudoers/sudoers_debug.h                       |   6 ++--
 plugins/sudoers/sudoers_version.h                     |   6 ++--
 plugins/sudoers/testsudoers.c                         |   2 +-
 plugins/sudoers/toke.c                                |  10 +++---
 plugins/sudoers/toke.h                                |   6 ++--
 plugins/sudoers/toke.l                                |  10 +++---
 plugins/sudoers/visudo.c                              |   2 +-
 src/net_ifs.c                                         |   2 +-
 src/sudo.h                                            |   6 ++--
 src/sudo_exec.h                                       |   6 ++--
 src/sudo_plugin_int.h                                 |   6 ++--
 src/sudo_usage.h.in                                   |   6 ++--
 60 files changed, 202 insertions(+), 202 deletions(-)


More information about the sudo-commits mailing list