]> andersk Git - openssh.git/commitdiff
- (bal) [monitor.c monitor_wrap.c] Second try. Put the zlib.h headers
authormouring <mouring>
Thu, 8 Apr 2004 05:11:03 +0000 (05:11 +0000)
committermouring <mouring>
Thu, 8 Apr 2004 05:11:03 +0000 (05:11 +0000)
   back and #undef TARGET_OS_MAC instead.  (Bug report pending with Apple)

ChangeLog
monitor.c
monitor_wrap.c

index 714eb4a7e7f56b02d6d82eef47c1fd9a83375d79..1a2477357f3239b368609d2a2f8aafdc2c3e602d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20040408
  - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating
    pty name on Linux 2.6.x systems.  Patch from jpe at eisenmenger.org.
+ - (bal) [monitor.c monitor_wrap.c] Second try.  Put the zlib.h headers
+   back and #undef TARGET_OS_MAC instead.  (Bug report pending with Apple)
 
 20040407
  - (dtucker) [session.c] Flush stdout after displaying loginmsg.  From
index d44f92d5909e251ba624207a05b3e8957115e44d..70403f2dd9ce447cdefbfb409899b1a15379a671 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -33,12 +33,12 @@ RCSID("$OpenBSD: monitor.c,v 1.55 2004/02/05 05:37:17 dtucker Exp $");
 #include <skey.h>
 #endif
 
-#include "zlib.h"  /* XXX Moved due to conflict on MacOS/X */
-
 #include "ssh.h"
 #include "auth.h"
 #include "kex.h"
 #include "dh.h"
+#undef TARGET_OS_MAC   /* XXX Broken krb5 headers on Mac */
+#include "zlib.h"
 #include "packet.h"
 #include "auth-options.h"
 #include "sshpty.h"
index 9e0417bdc9980ea9c570bd59764e4d4127d09661..fc506d267348c3c58bcbf585e933466774a2f030 100644 (file)
@@ -30,8 +30,6 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 
-#include "zlib.h"  /* XXX Moved due to conflict on MacOS/X */
-
 #include "ssh.h"
 #include "dh.h"
 #include "kex.h"
@@ -42,6 +40,8 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
 #include "packet.h"
 #include "mac.h"
 #include "log.h"
+#undef TARGET_OS_MAC  /* XXX Broken krb5 headers on Mac */
+#include "zlib.h"
 #include "monitor.h"
 #include "monitor_wrap.h"
 #include "xmalloc.h"
This page took 0.046999 seconds and 5 git commands to generate.