summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-09-21 21:03:46 -0700
committerTim Rice <tim@multitalents.net>2003-09-21 21:03:46 -0700
commit4515ebb90477db61c4ec0ab023f07e8c2ee8ae3a (patch)
tree46ea8261fe3fa4095d3ec52e325cec3d0ff3f1db
parentbd126db25c6f190c3871b493e8022956f616883f (diff)
Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fe7684f0..ff0bedfe 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;
@@ -1156,4 +1157,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.2994.2.23 2003/09/22 03:28:59 dtucker Exp $
+$Id: ChangeLog,v 1.2994.2.24 2003/09/22 04:03:46 tim Exp $
diff --git a/configure.ac b/configure.ac
index c5f98468..ae995a70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.154.2.7 2003/09/22 02:09:18 dtucker Exp $
+# $Id: configure.ac,v 1.154.2.8 2003/09/22 04:03:46 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")