summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-05-30 12:55:06 +0000
committermarkus <markus@openbsd.org>2001-05-30 12:55:06 +0000
commitba1293a22b5a88f5d4f51291114248613cebe86a (patch)
tree13f7139168a04db49e66a998adc324f68b268118 /usr.bin/ssh/serverloop.c
parentUpdate for new prototypes. (diff)
downloadwireguard-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.c4
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"