summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-05-31 10:30:12 +0000
committermarkus <markus@openbsd.org>2001-05-31 10:30:12 +0000
commitc842a82f4e79dc21db7ead1211352a214ba24452 (patch)
treeff2eb247ec964b20d83e0fed02d50747a593d966 /usr.bin/ssh/clientloop.c
parentInitialize b_dep if we malloc our own struct buf. (diff)
downloadwireguard-openbsd-c842a82f4e79dc21db7ead1211352a214ba24452.tar.xz
wireguard-openbsd-c842a82f4e79dc21db7ead1211352a214ba24452.zip
undo the .c file split, just merge the header and keep the cvs history
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 59a556a8859..70abee8fde4 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -59,7 +59,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.73 2001/05/30 12:55:10 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.74 2001/05/31 10:30:15 markus Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -68,7 +68,7 @@ RCSID("$OpenBSD: clientloop.c,v 1.73 2001/05/30 12:55:10 markus Exp $");
#include "packet.h"
#include "buffer.h"
#include "compat.h"
-#include "channel.h"
+#include "channels.h"
#include "dispatch.h"
#include "buffer.h"
#include "bufaux.h"