diff options
author | mouring <mouring> | 2001-06-09 00:17:10 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-06-09 00:17:10 +0000 |
commit | 3f105dcb5d4a88467d3606365982b16a4fc5049e (patch) | |
tree | 82fd0d34e1c9541e550de77958187cb5163c71f6 /session.c | |
parent | 2ad50a2d9c089994ec2681b5e3bd657fefe7d712 (diff) | |
download | openssh-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 'session.c')
-rw-r--r-- | session.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.76 2001/05/19 00:36:40 djm Exp $"); +RCSID("$OpenBSD: session.c,v 1.77 2001/05/30 12:55:13 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -45,8 +45,7 @@ RCSID("$OpenBSD: session.c,v 1.76 2001/05/19 00:36:40 djm Exp $"); #include "mpaux.h" #include "uidswap.h" #include "compat.h" -#include "channels.h" -#include "nchan.h" +#include "channel.h" #include "bufaux.h" #include "auth.h" #include "auth-options.h" |