diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clientloop.c b/clientloop.c index f7ac7b3b..67fa36d9 100644 --- a/clientloop.c +++ b/clientloop.c @@ -16,13 +16,12 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.29 2000/07/16 08:27:21 markus Exp $"); #include "xmalloc.h" #include "ssh.h" #include "packet.h" #include "buffer.h" -#include "authfd.h" #include "readconf.h" #include "ssh2.h" @@ -30,7 +29,6 @@ RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $"); #include "channels.h" #include "dispatch.h" - /* Flag indicating that stdin should be redirected from /dev/null. */ extern int stdin_null_flag; |