summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/clientloop.c b/clientloop.c
index f7ac7b3b0..67fa36d91 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -16,13 +16,12 @@
16 */ 16 */
17 17
18#include "includes.h" 18#include "includes.h"
19RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $"); 19RCSID("$OpenBSD: clientloop.c,v 1.29 2000/07/16 08:27:21 markus Exp $");
20 20
21#include "xmalloc.h" 21#include "xmalloc.h"
22#include "ssh.h" 22#include "ssh.h"
23#include "packet.h" 23#include "packet.h"
24#include "buffer.h" 24#include "buffer.h"
25#include "authfd.h"
26#include "readconf.h" 25#include "readconf.h"
27 26
28#include "ssh2.h" 27#include "ssh2.h"
@@ -30,7 +29,6 @@ RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
30#include "channels.h" 29#include "channels.h"
31#include "dispatch.h" 30#include "dispatch.h"
32 31
33
34/* Flag indicating that stdin should be redirected from /dev/null. */ 32/* Flag indicating that stdin should be redirected from /dev/null. */
35extern int stdin_null_flag; 33extern int stdin_null_flag;
36 34