From c763767f18464129f3aa80f00a341f8665cfe53a Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 9 Jun 2001 00:36:26 +0000 Subject: [NOTE: Next patch will sync nchan.c, channels.c and channels.h and all this pain will be over.] - markus@cvs.openbsd.org 2001/05/31 10:30:17 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c] undo the .c file split, just merge the header and keep the cvs history --- serverloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'serverloop.c') diff --git a/serverloop.c b/serverloop.c index 5f50b4ee7..d8026ec5a 100644 --- a/serverloop.c +++ b/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" -- cgit v1.2.3