summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
authormouring <mouring>2001-06-09 00:17:10 +0000
committermouring <mouring>2001-06-09 00:17:10 +0000
commit3f105dcb5d4a88467d3606365982b16a4fc5049e (patch)
tree82fd0d34e1c9541e550de77958187cb5163c71f6 /serverloop.c
parent2ad50a2d9c089994ec2681b5e3bd657fefe7d712 (diff)
downloadopenssh-3f105dcb5d4a88467d3606365982b16a4fc5049e.tar.gz
[NOTE: File split is was not done in Portabl Tree]
- markus@cvs.openbsd.org 2001/05/30 12:55:13 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c ssh1.h] channel layer cleanup: merge header files and split .c files
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c
index 6a5f40c4..5f50b4ee 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.65 2001/05/08 19:17:31 markus Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.66 2001/05/30 12:55:12 markus Exp $");
#include "xmalloc.h"
#include "packet.h"
@@ -43,7 +43,7 @@ RCSID("$OpenBSD: serverloop.c,v 1.65 2001/05/08 19:17:31 markus Exp $");
#include "log.h"
#include "servconf.h"
#include "sshpty.h"
-#include "channels.h"
+#include "channel.h"
#include "compat.h"
#include "ssh1.h"
#include "ssh2.h"