summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--acconfig.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 56a1c4b0..3a7ab414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,8 @@
- (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
- (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
- - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elif
+ - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
+ - (dtucker) [acconfig.h] Typo.
20030906
- (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
@@ -1034,4 +1035,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.2967 2003/09/06 23:43:42 dtucker Exp $
+$Id: ChangeLog,v 1.2968 2003/09/07 01:37:27 dtucker Exp $
diff --git a/acconfig.h b/acconfig.h
index ce79146f..f6f5f27e 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.163 2003/09/06 06:44:39 dtucker Exp $ */
+/* $Id: acconfig.h,v 1.164 2003/09/07 01:37:27 dtucker Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -39,7 +39,7 @@
#undef BROKEN_SETREUID
/* Define if your setregid() is broken */
-#undef BROKEN_SERREGID
+#undef BROKEN_SETREGID
/* Define to a Set Process Title type if your system is */
/* supported by bsd-setproctitle.c */