[sudo-commits] sudo changeset 11166:a744b8a07685

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 17 10:32:25 MST 2018


changeset:	11166:a744b8a07685 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a744b8a07685
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 17 09:52:15 2018 -0700

Log Message:
	Remove use of AC_HEADER_TIME, only obsolete platforms actually
	need this.  Also stop removing sys/time.h unless the source file
	uses struct timeval.

diffstat:

 config.h.in                    |   3 -
 configure                      |  35 ----------------
 configure.ac                   |   1 -
 lib/util/gettime.c             |   6 +-
 lib/util/mktemp.c              |   6 +-
 lib/util/nanosleep.c           |   6 +-
 lib/util/utimens.c             |   6 +-
 plugins/sudoers/boottime.c     |   6 +-
 plugins/sudoers/check.c        |   7 +--
 plugins/sudoers/getdate.c      |  90 ++++++++++++++++++++---------------------
 plugins/sudoers/getdate.y      |   5 +-
 plugins/sudoers/group_plugin.c |   7 +--
 plugins/sudoers/iolog.c        |   6 +-
 plugins/sudoers/ldap.c         |   6 +-
 plugins/sudoers/sssd.c         |   7 +--
 plugins/sudoers/sudoreplay.c   |   6 +-
 plugins/sudoers/timestamp.c    |   7 +--
 plugins/sudoers/visudo.c       |   7 +--
 src/net_ifs.c                  |   3 +-
 src/sesh.c                     |   7 +--
 src/sudo.c                     |   7 +--
 src/sudo_edit.c                |   7 +--
 src/utmp.c                     |   6 +-
 23 files changed, 80 insertions(+), 167 deletions(-)


More information about the sudo-commits mailing list