summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authordjm <djm>2008-11-03 08:25:40 +0000
committerdjm <djm>2008-11-03 08:25:40 +0000
commit00ce833ff8d5f67617cdb19d3e2f87e0bf67af03 (patch)
tree7f39d20890c0b12b0ea675f8c0712b8a1df6b4c8 /sshd.c
parent3a5ad14efccdacb21eb12874d230811c57f2fffb (diff)
downloadopenssh-00ce833ff8d5f67617cdb19d3e2f87e0bf67af03.tar.gz
- stevesk@cvs.openbsd.org 2008/10/30 19:31:16
[clientloop.c sshd.c] don't need to #include "monitor_fdpass.h"
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 6e5bb547..fa314b8a 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.364 2008/07/10 18:08:11 markus Exp $ */
+/* $OpenBSD: sshd.c,v 1.365 2008/10/30 19:31:16 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -117,7 +117,6 @@
#include "ssh-gss.h"
#endif
#include "monitor_wrap.h"
-#include "monitor_fdpass.h"
#include "version.h"
#ifdef LIBWRAP