diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-30 12:55:15 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-30 12:55:15 +0000 |
commit | 587112966fa20caa49dbfd895360e1d1a7068e4f (patch) | |
tree | 25ce6d250e3e87a0651462b47431383d5e0b672a /usr.bin/ssh/clientloop.c | |
parent | 21a9610db67c01af4b090fc13b13414370e55310 (diff) |
channel layer cleanup: merge header files and split .c files
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 74926836d22..59a556a8859 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.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" |