[sudo-commits] sudo changeset 5703:7c6de7fb5dba

Todd C. Miller Todd.Miller at courtesan.com
Tue Jun 29 12:45:20 EDT 2010


changeset:	5703:7c6de7fb5dba in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7c6de7fb5dba
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jun 29 12:45:11 2010 -0400

Log Message:
	Include strings.h even if string.h exists since they may define
	different things.  Fixes warnings on AIX and others.

diffstat:

 alias.c           |    7 +-
 alloc.c           |    9 +-
 auth/afs.c        |    9 +-
 auth/aix_auth.c   |    9 +-
 auth/bsdauth.c    |   10 +-
 auth/dce.c        |   10 +-
 auth/fwtk.c       |   10 +-
 auth/kerb4.c      |   10 +-
 auth/kerb5.c      |   10 +-
 auth/pam.c        |   12 +--
 auth/passwd.c     |   10 +-
 auth/rfc1938.c    |    9 +-
 auth/secureware.c |    9 +-
 auth/securid.c    |   10 +-
 auth/securid5.c   |   10 +-
 auth/sia.c        |   10 +-
 auth/sudo_auth.c  |   12 +--
 boottime.c        |   10 +-
 check.c           |    7 +-
 defaults.c        |    7 +-
 env.c             |    7 +-
 exec.c            |   10 +--
 exec_pty.c        |    7 +-
 fileops.c         |    7 +-
 find_path.c       |    7 +-
 fnmatch.c         |    9 +-
 get_pty.c         |    7 +-
 getcwd.c          |    7 +-
 getdate.c         |   91 +++++++++++++--------------
 getdate.y         |    7 +-
 getline.c         |    9 +-
 getspwuid.c       |   13 +--
 glob.c            |    9 +-
 goodpath.c        |   10 +-
 gram.c            |  175 ++++++++++++++++++++++++++---------------------------
 gram.y            |    7 +-
 interfaces.c      |    9 +-
 iolog.c           |    7 +-
 lbuf.c            |    7 +-
 ldap.c            |    7 +-
 logging.c         |    7 +-
 match.c           |    7 +-
 parse.c           |    7 +-
 parse_args.c      |   10 +--
 pwutil.c          |    9 +-
 set_perms.c       |    7 +-
 snprintf.c        |   10 +-
 sudo.c            |    7 +-
 sudo_edit.c       |    7 +-
 sudo_nss.c        |    7 +-
 sudoreplay.c      |    7 +-
 term.c            |    7 +-
 testsudoers.c     |    9 +-
 tgetpass.c        |    7 +-
 toke.c            |  123 ++++++++++++++++++-------------------
 toke.l            |    7 +-
 tsgetgrpw.c       |    7 +-
 visudo.c          |    7 +-
 58 files changed, 398 insertions(+), 456 deletions(-)



More information about the sudo-commits mailing list