[sudo-commits] sudo changeset 10105:79389c527c08

Todd C. Miller Todd.Miller at courtesan.com
Thu Jul 2 14:06:21 MDT 2015


changeset:	10105:79389c527c08 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/79389c527c08
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jul 02 09:08:28 2015 -0600

Log Message:
	There's no need to conditionalize the #include <unistd.h>, we require
	a POSIX system.

diffstat:

 lib/util/event.c                    |    4 +-
 lib/util/event_poll.c               |    4 +-
 lib/util/event_select.c             |    4 +-
 lib/util/getcwd.c                   |    4 +-
 lib/util/gettime.c                  |    4 +-
 lib/util/glob.c                     |    4 +-
 lib/util/lbuf.c                     |    4 +-
 lib/util/locking.c                  |    4 +-
 lib/util/mktemp.c                   |    4 +-
 lib/util/parseln.c                  |    4 +-
 lib/util/secure_path.c              |    4 +-
 lib/util/setgroups.c                |    4 +-
 lib/util/sudo_conf.c                |    4 +-
 lib/util/sudo_debug.c               |    4 +-
 lib/util/ttysize.c                  |    4 +-
 plugins/group_file/group_file.c     |    4 +-
 plugins/sample/sample_plugin.c      |    4 +-
 plugins/sudoers/alias.c             |    4 +-
 plugins/sudoers/auth/afs.c          |    4 +-
 plugins/sudoers/auth/aix_auth.c     |    4 +-
 plugins/sudoers/auth/bsdauth.c      |    4 +-
 plugins/sudoers/auth/dce.c          |    4 +-
 plugins/sudoers/auth/fwtk.c         |    4 +-
 plugins/sudoers/auth/kerb5.c        |    4 +-
 plugins/sudoers/auth/pam.c          |    4 +-
 plugins/sudoers/auth/passwd.c       |    4 +-
 plugins/sudoers/auth/rfc1938.c      |    4 +-
 plugins/sudoers/auth/secureware.c   |    4 +-
 plugins/sudoers/auth/securid5.c     |    4 +-
 plugins/sudoers/auth/sia.c          |    4 +-
 plugins/sudoers/auth/sudo_auth.c    |    4 +-
 plugins/sudoers/check.c             |    4 +-
 plugins/sudoers/defaults.c          |    2 -
 plugins/sudoers/editor.c            |    4 +-
 plugins/sudoers/env.c               |    4 +-
 plugins/sudoers/find_path.c         |    4 +-
 plugins/sudoers/getspwuid.c         |    4 +-
 plugins/sudoers/goodpath.c          |    4 +-
 plugins/sudoers/gram.c              |  204 +++++++++++++++++------------------
 plugins/sudoers/gram.y              |    4 +-
 plugins/sudoers/group_plugin.c      |    4 +-
 plugins/sudoers/interfaces.c        |    4 +-
 plugins/sudoers/iolog.c             |    4 +-
 plugins/sudoers/ldap.c              |    4 +-
 plugins/sudoers/logging.c           |    4 +-
 plugins/sudoers/match.c             |    4 +-
 plugins/sudoers/match_addr.c        |    4 +-
 plugins/sudoers/parse.c             |    4 +-
 plugins/sudoers/policy.c            |    4 +-
 plugins/sudoers/pwutil.c            |    4 +-
 plugins/sudoers/pwutil_impl.c       |    4 +-
 plugins/sudoers/set_perms.c         |    4 +-
 plugins/sudoers/sssd.c              |    4 +-
 plugins/sudoers/sudo_nss.c          |    4 +-
 plugins/sudoers/sudoers.c           |    4 +-
 plugins/sudoers/sudoers_debug.c     |    4 +-
 plugins/sudoers/sudoreplay.c        |    4 +-
 plugins/sudoers/testsudoers.c       |    4 +-
 plugins/sudoers/timestamp.c         |    4 +-
 plugins/sudoers/toke.c              |    4 +-
 plugins/sudoers/toke.l              |    4 +-
 plugins/sudoers/toke_util.c         |    4 +-
 plugins/sudoers/visudo.c            |    2 -
 plugins/sudoers/visudo_json.c       |    2 -
 plugins/system_group/system_group.c |    4 +-
 src/conversation.c                  |    4 +-
 src/exec.c                          |    4 +-
 src/exec_common.c                   |    4 +-
 src/exec_pty.c                      |    4 +-
 src/get_pty.c                       |    4 +-
 src/hooks.c                         |    4 +-
 src/load_plugins.c                  |    4 +-
 src/net_ifs.c                       |    4 +-
 src/openbsd.c                       |    4 +-
 src/parse_args.c                    |    4 +-
 src/preserve_fds.c                  |    4 +-
 src/signal.c                        |    4 +-
 src/solaris.c                       |    4 +-
 src/sudo.c                          |    4 +-
 src/sudo_edit.c                     |    4 +-
 src/sudo_noexec.c                   |    4 +-
 src/tgetpass.c                      |    4 +-
 src/ttyname.c                       |    4 +-
 src/utmp.c                          |    4 +-
 84 files changed, 181 insertions(+), 349 deletions(-)


More information about the sudo-commits mailing list