[sudo-commits] sudo changeset 9550:bef3401dbb24

Todd C. Miller Todd.Miller at courtesan.com
Tue Jul 22 14:17:00 MDT 2014


changeset:	9550:bef3401dbb24 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/bef3401dbb24
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jul 21 14:40:18 2014 -0600

Log Message:
	Rename fatal.h -> sudo_fatal.h

diffstat:

 include/fatal.h                                       |  130 -----
 include/sudo_fatal.h                                  |  130 +++++
 lib/util/Makefile.in                                  |   68 +-
 lib/util/aix.c                                        |    2 +-
 lib/util/alloc.c                                      |    2 +-
 lib/util/event.c                                      |    2 +-
 lib/util/event_poll.c                                 |    2 +-
 lib/util/event_select.c                               |    2 +-
 lib/util/fatal.c                                      |    2 +-
 lib/util/getopt_long.c                                |    2 +-
 lib/util/gidlist.c                                    |    2 +-
 lib/util/lbuf.c                                       |    2 +-
 lib/util/regress/atofoo/atofoo_test.c                 |    2 +-
 lib/util/regress/tailq/hltq_test.c                    |    2 +-
 lib/util/sudo_conf.c                                  |    2 +-
 lib/util/sudo_debug.c                                 |    2 +-
 plugins/sudoers/Makefile.in                           |  428 +++++++++--------
 plugins/sudoers/bsm_audit.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                                       |  169 +++---
 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, 493 insertions(+), 482 deletions(-)


More information about the sudo-commits mailing list