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/serverloop.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/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 832f9a8e940..960d8f7eb4a 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/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" |