diff options
author | 2001-05-31 10:30:12 +0000 | |
---|---|---|
committer | 2001-05-31 10:30:12 +0000 | |
commit | c842a82f4e79dc21db7ead1211352a214ba24452 (patch) | |
tree | ff2eb247ec964b20d83e0fed02d50747a593d966 /usr.bin/ssh/serverloop.c | |
parent | Initialize b_dep if we malloc our own struct buf. (diff) | |
download | wireguard-openbsd-c842a82f4e79dc21db7ead1211352a214ba24452.tar.xz wireguard-openbsd-c842a82f4e79dc21db7ead1211352a214ba24452.zip |
undo the .c file split, just merge the header and keep the cvs history
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 960d8f7eb4a..ece818d84ee 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.66 2001/05/30 12:55:12 markus Exp $"); +RCSID("$OpenBSD: serverloop.c,v 1.67 2001/05/31 10:30:16 markus Exp $"); #include "xmalloc.h" #include "packet.h" @@ -43,7 +43,7 @@ RCSID("$OpenBSD: serverloop.c,v 1.66 2001/05/30 12:55:12 markus Exp $"); #include "log.h" #include "servconf.h" #include "sshpty.h" -#include "channel.h" +#include "channels.h" #include "compat.h" #include "ssh1.h" #include "ssh2.h" |