[sudo-commits] sudo changeset 8408:cb6c0d93215e

Todd C. Miller Todd.Miller at courtesan.com
Sat Sep 15 14:00:53 EDT 2012


changeset:	8408:cb6c0d93215e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/cb6c0d93215e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Sep 14 16:19:25 2012 -0400

Log Message:
	Set yacc prefix to "sudoers" to avoid conflicts other yacc parsers.

diffstat:

 plugins/sudoers/Makefile.in                 |    4 +-
 plugins/sudoers/gram.c                      |   78 +++++--
 plugins/sudoers/gram.h                      |    2 +-
 plugins/sudoers/parse.c                     |    8 +-
 plugins/sudoers/regress/parser/check_fill.c |   16 +-
 plugins/sudoers/sudoers.h                   |    4 +-
 plugins/sudoers/testsudoers.c               |    6 +-
 plugins/sudoers/toke.c                      |  257 ++++++++++++++-------------
 plugins/sudoers/toke.h                      |    2 +-
 plugins/sudoers/toke.l                      |  105 +++++-----
 plugins/sudoers/toke_util.c                 |   36 +-
 plugins/sudoers/visudo.c                    |   22 +-
 12 files changed, 292 insertions(+), 248 deletions(-)



More information about the sudo-commits mailing list