diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 02:17:10 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-09 02:17:10 +0200 |
commit | e6455aee8fe31931f006f390fcbf0e99c1fbaacf (patch) | |
tree | 53ba7fa048231130a23ae46f36d526d8791fd34f /clientloop.c | |
parent | - markus@cvs.openbsd.org 2001/05/29 12:31:27 (diff) | |
download | openssh-e6455aee8fe31931f006f390fcbf0e99c1fbaacf.tar.xz openssh-e6455aee8fe31931f006f390fcbf0e99c1fbaacf.zip |
[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 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c index 74926836d..59a556a88 100644 --- a/clientloop.c +++ b/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.72 2001/05/24 18:57:53 stevesk Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.73 2001/05/30 12:55:10 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -68,7 +68,7 @@ RCSID("$OpenBSD: clientloop.c,v 1.72 2001/05/24 18:57:53 stevesk Exp $"); #include "packet.h" #include "buffer.h" #include "compat.h" -#include "channels.h" +#include "channel.h" #include "dispatch.h" #include "buffer.h" #include "bufaux.h" |