diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | monitor.c | 4 | ||||
-rw-r--r-- | monitor_wrap.c | 4 |
3 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ | |||
1 | 20040408 | 1 | 20040408 |
2 | - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating | 2 | - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating |
3 | pty name on Linux 2.6.x systems. Patch from jpe at eisenmenger.org. | 3 | pty name on Linux 2.6.x systems. Patch from jpe at eisenmenger.org. |
4 | - (bal) [monitor.c monitor_wrap.c] Second try. Put the zlib.h headers | ||
5 | back and #undef TARGET_OS_MAC instead. (Bug report pending with Apple) | ||
4 | 6 | ||
5 | 20040407 | 7 | 20040407 |
6 | - (dtucker) [session.c] Flush stdout after displaying loginmsg. From | 8 | - (dtucker) [session.c] Flush stdout after displaying loginmsg. From |
@@ -951,4 +953,4 @@ | |||
951 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 953 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
952 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 954 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
953 | 955 | ||
954 | $Id: ChangeLog,v 1.3304 2004/04/08 00:57:05 dtucker Exp $ | 956 | $Id: ChangeLog,v 1.3305 2004/04/08 05:11:03 mouring Exp $ |
@@ -33,12 +33,12 @@ RCSID("$OpenBSD: monitor.c,v 1.55 2004/02/05 05:37:17 dtucker Exp $"); | |||
33 | #include <skey.h> | 33 | #include <skey.h> |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #include "zlib.h" /* XXX Moved due to conflict on MacOS/X */ | ||
37 | |||
38 | #include "ssh.h" | 36 | #include "ssh.h" |
39 | #include "auth.h" | 37 | #include "auth.h" |
40 | #include "kex.h" | 38 | #include "kex.h" |
41 | #include "dh.h" | 39 | #include "dh.h" |
40 | #undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ | ||
41 | #include "zlib.h" | ||
42 | #include "packet.h" | 42 | #include "packet.h" |
43 | #include "auth-options.h" | 43 | #include "auth-options.h" |
44 | #include "sshpty.h" | 44 | #include "sshpty.h" |
diff --git a/monitor_wrap.c b/monitor_wrap.c index 9e0417bdc..fc506d267 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c | |||
@@ -30,8 +30,6 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $"); | |||
30 | #include <openssl/bn.h> | 30 | #include <openssl/bn.h> |
31 | #include <openssl/dh.h> | 31 | #include <openssl/dh.h> |
32 | 32 | ||
33 | #include "zlib.h" /* XXX Moved due to conflict on MacOS/X */ | ||
34 | |||
35 | #include "ssh.h" | 33 | #include "ssh.h" |
36 | #include "dh.h" | 34 | #include "dh.h" |
37 | #include "kex.h" | 35 | #include "kex.h" |
@@ -42,6 +40,8 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $"); | |||
42 | #include "packet.h" | 40 | #include "packet.h" |
43 | #include "mac.h" | 41 | #include "mac.h" |
44 | #include "log.h" | 42 | #include "log.h" |
43 | #undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ | ||
44 | #include "zlib.h" | ||
45 | #include "monitor.h" | 45 | #include "monitor.h" |
46 | #include "monitor_wrap.h" | 46 | #include "monitor_wrap.h" |
47 | #include "xmalloc.h" | 47 | #include "xmalloc.h" |