[sudo-commits] sudo changeset 8777:8cbd3b4595b9

Todd C. Miller Todd.Miller at courtesan.com
Mon Apr 1 08:19:36 MDT 2013


changeset:	8777:8cbd3b4595b9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8cbd3b4595b9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Apr 01 10:19:26 2013 -0400

Log Message:
	Add guards in compat source files.  Not really needed since we only
	include them in the Makefile if they are needed but should not hurt
	either.

diffstat:

 compat/closefrom.c    |  3 +++
 compat/dlopen.c       |  4 +++-
 compat/fnmatch.c      |  3 +++
 compat/getaddrinfo.c  |  3 +++
 compat/getcwd.c       |  3 +++
 compat/getgrouplist.c |  3 +++
 compat/getline.c      |  5 ++++-
 compat/getprogname.c  |  3 +++
 compat/glob.c         |  5 ++++-
 compat/isblank.c      |  3 +++
 compat/memrchr.c      |  3 +++
 compat/mktemp.c       |  3 +++
 compat/nanosleep.c    |  3 +++
 compat/pw_dup.c       |  3 +++
 compat/sig2str.c      |  3 +++
 compat/snprintf.c     |  4 ++++
 compat/strlcat.c      |  3 +++
 compat/strlcpy.c      |  3 +++
 compat/strsignal.c    |  3 +++
 compat/utimes.c       |  4 ++++
 20 files changed, 64 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list