summaryrefslogtreecommitdiffstats
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2004-04-08 18:12:30 +0200
committerBen Lindstrom <mouring@eviladmin.org>2004-04-08 18:12:30 +0200
commit036768e48c6039b0f784453cbc388078f72c8d53 (patch)
treecbf2d4f603740eb17eac40dcd2107901ceee5b6e /monitor_wrap.c
parent - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and (diff)
downloadopenssh-036768e48c6039b0f784453cbc388078f72c8d53.tar.xz
openssh-036768e48c6039b0f784453cbc388078f72c8d53.zip
- (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggested
limiting scope and dtucker@ agreed.
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index fc506d267..ee2dc2027 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -40,8 +40,13 @@ 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 */
+#ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
+#undef TARGET_OS_MAC
#include "zlib.h"
+#define TARGET_OS_MAC 1
+#else
+#include "zlib.h"
+#endif
#include "monitor.h"
#include "monitor_wrap.h"
#include "xmalloc.h"