[sudo-commits] sudo changeset 5993:572909ae9716

Todd C. Miller Todd.Miller at courtesan.com
Mon Aug 16 14:06:05 EDT 2010


changeset:	5993:572909ae9716 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/572909ae9716
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Aug 16 14:05:44 2010 -0400

Log Message:
	Merge compat.h and missing.h into missing.h

diffstat:

 MANIFEST                            |    1 -
 common/Makefile.in                  |   16 +-
 common/aix.c                        |    2 +-
 common/alloc.c                      |    1 -
 common/atobool.c                    |    1 -
 common/fileops.c                    |    1 -
 common/fmt_string.c                 |    2 +-
 common/lbuf.c                       |    3 +-
 common/list.c                       |    2 +-
 common/term.c                       |    2 +-
 common/zero_bytes.c                 |    2 +-
 compat/Makefile.in                  |   39 ++--
 compat/closefrom.c                  |    2 +-
 compat/fnmatch.c                    |    2 +-
 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                    |    2 +-
 compat/mksiglist.c                  |    4 +-
 compat/mkstemps.c                   |    2 +-
 compat/nanosleep.c                  |    2 +-
 compat/setenv.c                     |    2 +-
 compat/snprintf.c                   |    2 +-
 compat/strlcat.c                    |    3 +-
 compat/strlcpy.c                    |    2 +-
 compat/strsignal.c                  |    2 +-
 compat/unsetenv.c                   |    2 +-
 compat/utimes.c                     |    2 +-
 include/compat.h                    |   70 +++++++++-
 include/missing.h                   |  247 +++++++++++++++++++++++++++++++++++-
 plugins/sample/sample_plugin.c      |    1 -
 plugins/sample_group/getgrent.c     |    1 -
 plugins/sample_group/sample_group.c |    1 -
 plugins/sudoers/Makefile.in         |   18 +-
 plugins/sudoers/audit.c             |    2 +-
 plugins/sudoers/boottime.c          |    1 -
 plugins/sudoers/getdate.c           |    2 +-
 plugins/sudoers/getdate.y           |    2 +-
 plugins/sudoers/linux_audit.c       |    3 +-
 plugins/sudoers/plugin_error.c      |    2 +-
 plugins/sudoers/sudoers.h           |    3 +-
 plugins/sudoers/sudoreplay.c        |    3 +-
 plugins/sudoers/timestr.c           |    2 +-
 src/Makefile.in                     |   13 +-
 src/error.c                         |    2 +-
 src/sesh.c                          |    2 +-
 src/sudo.h                          |    3 +-
 src/sudo_noexec.c                   |    2 +-
 src/ttysize.c                       |    2 +-
 52 files changed, 392 insertions(+), 103 deletions(-)



More information about the sudo-commits mailing list