diff options
author | 2001-05-30 12:55:06 +0000 | |
---|---|---|
committer | 2001-05-30 12:55:06 +0000 | |
commit | ba1293a22b5a88f5d4f51291114248613cebe86a (patch) | |
tree | 13f7139168a04db49e66a998adc324f68b268118 /usr.bin/ssh/clientloop.c | |
parent | Update for new prototypes. (diff) | |
download | wireguard-openbsd-ba1293a22b5a88f5d4f51291114248613cebe86a.tar.xz wireguard-openbsd-ba1293a22b5a88f5d4f51291114248613cebe86a.zip |
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" |