[sudo-commits] sudo changeset 9322:3ac4aa43ce40

Todd C. Miller Todd.Miller at courtesan.com
Tue Feb 11 09:55:40 MST 2014


changeset:	9322:3ac4aa43ce40 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/3ac4aa43ce40
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Feb 11 09:40:59 2014 -0700

Log Message:
	We must include gettext.h before missing.h as it includes system
	headers.  Also add missing DEFAULT_TEXT_DOMAIN defines in sudoers
	audit code that does not include sudoers.h.

diffstat:

 common/aix.c                  |  6 +++---
 common/alloc.c                |  6 +++---
 common/atoid.c                |  2 +-
 common/atomode.c              |  2 +-
 common/fatal.c                |  6 +++---
 common/gidlist.c              |  2 +-
 common/sudo_conf.c            |  6 +++---
 common/sudo_debug.c           |  6 +++---
 compat/strsignal.c            |  6 +++---
 compat/strtonum.c             |  6 +++---
 plugins/sudoers/audit.c       |  6 +++---
 plugins/sudoers/bsm_audit.c   |  4 +++-
 plugins/sudoers/linux_audit.c |  4 +++-
 plugins/sudoers/locale.c      |  4 +++-
 plugins/sudoers/sudoers.h     |  6 +++---
 plugins/sudoers/sudoreplay.c  |  3 ++-
 plugins/sudoers/visudo.c      |  1 -
 plugins/sudoers/visudo_json.c |  1 -
 src/locale_stub.c             |  4 +++-
 src/net_ifs.c                 |  6 +++---
 src/sesh.c                    |  3 ++-
 src/sudo.h                    |  3 ++-
 22 files changed, 51 insertions(+), 42 deletions(-)


More information about the sudo-commits mailing list