From 7a74c6b428f7126fcbd21b12a0a1a5a3bd2205ae Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 21 Sep 2003 21:00:59 -0700 Subject: Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/ --- ChangeLog | 3 ++- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08a70ffac..6152aaa71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ thewrittenword.com - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or higher. + - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/ 20030919 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; @@ -1160,4 +1161,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.3020 2003/09/22 03:28:36 dtucker Exp $ +$Id: ChangeLog,v 1.3021 2003/09/22 04:00:59 tim Exp $ diff --git a/configure.ac b/configure.ac index 7a4bd6ffc..fedad3b07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.162 2003/09/22 02:08:23 dtucker Exp $ +# $Id: configure.ac,v 1.163 2003/09/22 04:01:00 tim Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -409,7 +409,7 @@ mips-sony-bsd|mips-sony-newsos4) fi AC_DEFINE(DISABLE_FD_PASSING) AC_DEFINE(BROKEN_GETADDRINFO) - AC_DEFINE(SETEIUD_BREAKS_SETUID) + AC_DEFINE(SETEUID_BREAKS_SETUID) AC_DEFINE(BROKEN_SETREUID) AC_DEFINE(BROKEN_SETREGID) AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin") -- cgit v1.2.3