[sudo-commits] sudo changeset 6033:e57070dc8f04

Todd C. Miller Todd.Miller at courtesan.com
Tue Sep 7 16:45:26 EDT 2010


changeset:	6033:e57070dc8f04 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e57070dc8f04
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Sep 07 16:45:19 2010 -0400

Log Message:
	Make local includes consistent; use double quotes for local includes
	except for generated ones where we use angle brackets.
	Also g/c unused compat.h.

diffstat:

 common/alloc.c                      |    6 +-
 common/atobool.c                    |    2 +-
 common/fileops.c                    |    6 +-
 common/fmt_string.c                 |    2 +-
 common/lbuf.c                       |    8 +-
 common/list.c                       |    6 +-
 common/term.c                       |    2 +-
 common/zero_bytes.c                 |    5 +-
 compat/closefrom.c                  |    2 +-
 compat/fnmatch.c                    |    4 +-
 compat/getcwd.c                     |    2 +-
 compat/getgrouplist.c               |    2 +-
 compat/getline.c                    |    2 +-
 compat/getprogname.c                |    2 +-
 compat/glob.c                       |    2 +-
 compat/isblank.c                    |    2 +-
 compat/memrchr.c                    |    6 +-
 compat/mksiglist.c                  |    2 +-
 compat/mkstemps.c                   |    2 +-
 compat/nanosleep.c                  |    2 +-
 compat/setenv.c                     |    2 +-
 compat/snprintf.c                   |    2 +-
 compat/strlcat.c                    |    5 +-
 compat/strlcpy.c                    |    5 +-
 compat/strsignal.c                  |    2 +-
 compat/unsetenv.c                   |    2 +-
 compat/utimes.c                     |    2 +-
 include/compat.h                    |  324 ------------------------------------
 plugins/sample/sample_plugin.c      |    4 +-
 plugins/sample_group/getgrent.c     |    2 +-
 plugins/sample_group/plugin_test.c  |    2 +-
 plugins/sample_group/sample_group.c |    4 +-
 plugins/sudoers/audit.c             |    2 +-
 plugins/sudoers/auth/afs.c          |    6 +-
 plugins/sudoers/boottime.c          |    2 +-
 plugins/sudoers/getdate.c           |    2 +-
 plugins/sudoers/getdate.y           |    2 +-
 plugins/sudoers/linux_audit.c       |    8 +-
 plugins/sudoers/match.c             |    4 +-
 plugins/sudoers/plugin_error.c      |    8 +-
 plugins/sudoers/sudoreplay.c        |    6 +-
 plugins/sudoers/timestr.c           |    2 +-
 src/error.c                         |    2 +-
 src/sesh.c                          |    2 +-
 src/sudo.h                          |   12 +-
 src/sudo_noexec.c                   |    2 +-
 src/ttysize.c                       |    2 +-
 47 files changed, 83 insertions(+), 402 deletions(-)



More information about the sudo-commits mailing list