diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 00:17:10 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 00:17:10 +0000 |
commit | e6455aee8fe31931f006f390fcbf0e99c1fbaacf (patch) | |
tree | 53ba7fa048231130a23ae46f36d526d8791fd34f /serverloop.c | |
parent | 2d0356f7de5e12dd818b705c54bc8a380827ab8e (diff) |
[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.c | 4 |
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" |