]> granicus.if.org Git - sudo/commit
Use struct timespec, not struct timeval in the event subsystem.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 26 Aug 2018 03:02:05 +0000 (21:02 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 26 Aug 2018 03:02:05 +0000 (21:02 -0600)
commit04d1f56d904e9b5cab153807557fd973d5b70708
treea4cd3793a12f1962afa10ba955ed3c638ae34048
parent1f248504af459c5953c0be42413b1e6c72410d6d
Use struct timespec, not struct timeval in the event subsystem.
Use ppoll() or pselect() if avaialble which use timespec.
config.h.in
configure
configure.ac
include/sudo_event.h
lib/util/event.c
lib/util/event_poll.c
lib/util/event_select.c
plugins/sudoers/iolog_util.h
plugins/sudoers/sudoers.h
plugins/sudoers/sudoreplay.c