summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-19 00:22:40 +1000
committerDamien Miller <djm@mindrot.org>2006-08-19 00:22:40 +1000
commit1c89ce074920a11ac1eb2093867e50c869d05480 (patch)
tree4ae70136d66142c9267a96af56de59b1bafb8c5f /monitor.c
parent63b94128cbfeb8a7e979baae7f3b29a171e4ab18 (diff)
- miod@cvs.openbsd.org 2006/08/12 20:46:46
[monitor.c monitor_wrap.c] Revert previous include file ordering change, for ssh to compile under gcc2 (or until openssl include files are cleaned of parameter names in function prototypes)
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 9e6bcc85f..83b3765a0 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor.c,v 1.87 2006/08/06 01:13:32 stevesk Exp $ */ 1/* $OpenBSD: monitor.c,v 1.88 2006/08/12 20:46:46 miod Exp $ */
2/* 2/*
3 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 3 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
4 * Copyright 2002 Markus Friedl <markus@openbsd.org> 4 * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -42,7 +42,6 @@
42#include <signal.h> 42#include <signal.h>
43#include <stdlib.h> 43#include <stdlib.h>
44#include <string.h> 44#include <string.h>
45#include <zlib.h>
46 45
47#ifdef SKEY 46#ifdef SKEY
48#include <skey.h> 47#include <skey.h>