[sudo-commits] sudo changeset 10398:98f0a86260a0

Todd C. Miller Todd.Miller at courtesan.com
Thu May 5 14:32:55 MDT 2016


changeset:	10398:98f0a86260a0 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/98f0a86260a0
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 04 14:14:38 2016 -0600

Log Message:
	pid_t is defined by POSIX as a signed integer type so we don't need
	a cast when comparing to -1.

diffstat:

 src/exec.c     |  6 +++---
 src/exec_pty.c |  2 +-
 src/sudo.c     |  2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


More information about the sudo-commits mailing list