[sudo-commits] sudo changeset 9549:473614fdde5a

Todd C. Miller Todd.Miller at courtesan.com
Tue Jul 22 14:16:59 MDT 2014


changeset:	9549:473614fdde5a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/473614fdde5a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jul 21 14:37:27 2014 -0600

Log Message:
	Rename queue.h -> sudo_queue.h to avoid collisions with the system
	version.

diffstat:

 include/queue.h                             |  806 ----------------------------
 include/sudo_conf.h                         |    2 +-
 include/sudo_event.h                        |    2 +-
 include/sudo_queue.h                        |  806 ++++++++++++++++++++++++++++
 lib/util/Makefile.in                        |   35 +-
 lib/util/fatal.c                            |    2 +-
 lib/util/regress/tailq/hltq_test.c          |    2 +-
 plugins/sudoers/Makefile.in                 |  338 ++++++-----
 plugins/sudoers/regress/parser/check_fill.c |    2 +-
 plugins/sudoers/sudoers.h                   |    2 +-
 plugins/sudoers/sudoreplay.c                |    2 +-
 src/Makefile.in                             |  114 ++-
 src/hooks.c                                 |    2 +-
 13 files changed, 1066 insertions(+), 1049 deletions(-)


More information about the sudo-commits mailing list