[sudo-commits] sudo changeset 7936:9a8f804fcc75

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 29 12:59:55 EDT 2012


changeset:	7936:9a8f804fcc75 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/9a8f804fcc75
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Mar 29 10:33:40 2012 -0400

Log Message:
	Fix compiler warnings on some platforms and provide a better method
	of defeating gcc's warn_unused_result attribute.

diffstat:

 common/sudo_debug.c            |    2 +-
 config.h.in                    |    9 ++
 plugins/sample/sample_plugin.c |    4 +-
 plugins/sudoers/iolog.c        |    4 +-
 plugins/sudoers/toke.c         |  134 ++++++++++++++++++++--------------------
 plugins/sudoers/toke.l         |    2 +
 plugins/sudoers/visudo.c       |   13 +--
 src/env_hooks.c                |   32 ++++++---
 src/exec.c                     |    6 +-
 src/exec_pty.c                 |    9 +-
 src/tgetpass.c                 |    3 +-
 11 files changed, 118 insertions(+), 100 deletions(-)



More information about the sudo-commits mailing list