[sudo-commits] sudo changeset 12790:1c2a31bda598

Todd C. Miller Todd.Miller at sudo.ws
Sat Jan 2 12:09:06 MST 2021


changeset:	12790:1c2a31bda598 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1c2a31bda598
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jan 02 10:43:34 2021 -0700

Log Message:
	Add emulation of pread(3) and pwrite(3) for systems without them.
	This makes it possible to remove some ugly #ifdefs and only affects
	very old systems.

diffstat:

 MANIFEST              |   2 +
 configure             |  58 +++++++++++++++++++++++++++++++++++++++++++++-----
 configure.ac          |  10 +++++++-
 include/sudo_compat.h |  10 ++++++++
 lib/util/Makefile.in  |  12 ++++++++++
 lib/util/pread.c      |  48 ++++++++++++++++++++++++++++++++++++++++++
 lib/util/pwrite.c     |  48 ++++++++++++++++++++++++++++++++++++++++++
 scripts/mkdep.pl      |   2 +-
 8 files changed, 182 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list