[sudo-commits] sudo changeset 8974:3a3827f10f04

Todd C. Miller Todd.Miller at courtesan.com
Thu Aug 15 14:27:09 MDT 2013


changeset:	8974:3a3827f10f04 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/3a3827f10f04
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Aug 15 14:24:29 2013 -0600

Log Message:
	Rename error.h -> fatal.h now that there is no error() function.

diffstat:

 MANIFEST                                              |    4 +-
 common/Makefile.in                                    |   22 +-
 common/aix.c                                          |    2 +-
 common/alloc.c                                        |    3 +-
 common/error.c                                        |  192 -----------------
 common/fatal.c                                        |  192 +++++++++++++++++
 common/gidlist.c                                      |    2 +-
 common/lbuf.c                                         |    2 +-
 common/list.c                                         |    2 +-
 common/sudo_conf.c                                    |    2 +-
 common/sudo_debug.c                                   |    2 +-
 compat/Makefile.in                                    |    2 +-
 compat/getopt_long.c                                  |    2 +-
 include/error.h                                       |  194 ------------------
 include/fatal.h                                       |  194 ++++++++++++++++++
 plugins/sudoers/Makefile.in                           |  114 +++++-----
 plugins/sudoers/bsm_audit.c                           |    2 +-
 plugins/sudoers/hexchar.c                             |    2 +-
 plugins/sudoers/linux_audit.c                         |    2 +-
 plugins/sudoers/locale.c                              |    2 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |    2 +-
 plugins/sudoers/regress/logging/check_wrap.c          |    2 +-
 plugins/sudoers/sudoers.h                             |    2 +-
 plugins/sudoers/sudoreplay.c                          |    2 +-
 src/Makefile.in                                       |   44 ++--
 src/locale_stub.c                                     |    2 +-
 src/net_ifs.c                                         |    2 +-
 src/regress/ttyname/check_ttyname.c                   |    2 +-
 src/sesh.c                                            |    2 +-
 src/sudo.h                                            |    2 +-
 30 files changed, 500 insertions(+), 501 deletions(-)


More information about the sudo-commits mailing list