[sudo-commits] sudo changeset 9855:9fbd35811743

Todd C. Miller Todd.Miller at courtesan.com
Tue Feb 3 14:07:30 MST 2015


changeset:	9855:9fbd35811743 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/9fbd35811743
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Feb 03 10:00:30 2015 -0700

Log Message:
	Use stdint.h to get SIZE_MAX as inttypes.h on some pre-C99 HP-UX
	systems doesn't include stdint.h itself.

diffstat:

 configure                 |    4 +-
 configure.ac              |    4 +-
 lib/util/alloc.c          |    4 +-
 lib/util/glob.c           |    4 +-
 plugins/sudoers/env.c     |    4 +-
 plugins/sudoers/getdate.c |  154 ++++++++------------------
 plugins/sudoers/getdate.y |    4 +-
 plugins/sudoers/gram.c    |  266 ++++++++++++++++++---------------------------
 plugins/sudoers/gram.y    |    4 +-
 9 files changed, 175 insertions(+), 273 deletions(-)


More information about the sudo-commits mailing list