diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | cleanup.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -135,6 +135,8 @@ | |||
135 | [regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh] | 135 | [regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh] |
136 | Sync regress tests to -current; include dtucker@'s new cfgmatch and | 136 | Sync regress tests to -current; include dtucker@'s new cfgmatch and |
137 | forcecommand tests. Add cipher-speed.sh test (not linked in yet) | 137 | forcecommand tests. Add cipher-speed.sh test (not linked in yet) |
138 | - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including | ||
139 | system headers before defines.h will cause conflicting definitions. | ||
138 | 140 | ||
139 | 20060713 | 141 | 20060713 |
140 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h | 142 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h |
@@ -5053,4 +5055,4 @@ | |||
5053 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5055 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5054 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5056 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5055 | 5057 | ||
5056 | $Id: ChangeLog,v 1.4436 2006/07/24 05:31:41 djm Exp $ | 5058 | $Id: ChangeLog,v 1.4437 2006/07/24 13:19:40 dtucker Exp $ |
@@ -15,6 +15,8 @@ | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "config.h" | ||
19 | |||
18 | #include <unistd.h> | 20 | #include <unistd.h> |
19 | 21 | ||
20 | #include "log.h" | 22 | #include "log.h" |