diff options
author | 2008-10-30 19:31:16 +0000 | |
---|---|---|
committer | 2008-10-30 19:31:16 +0000 | |
commit | 24f3fd4f97e42a640c0f1fe58c4cdca3988d0f69 (patch) | |
tree | 70a0188a9d4248fd7b695b0fa6bbecb904bf5967 /usr.bin/ssh/clientloop.c | |
parent | Fix bug that when there are no volumes but there are hot spares it would (diff) | |
download | wireguard-openbsd-24f3fd4f97e42a640c0f1fe58c4cdca3988d0f69.tar.xz wireguard-openbsd-24f3fd4f97e42a640c0f1fe58c4cdca3988d0f69.zip |
don't need to #include "monitor_fdpass.h"
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 470985cbaac..30d88981c37 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.201 2008/07/16 11:51:14 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.202 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 @@ -99,7 +99,6 @@ #include "atomicio.h" #include "sshpty.h" #include "misc.h" -#include "monitor_fdpass.h" #include "match.h" #include "msg.h" |