summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:36:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:36:26 +0000
commitc763767f18464129f3aa80f00a341f8665cfe53a (patch)
tree4a11605c8ad34e08d37dd0eb8ba58000a57b815e /serverloop.c
parentcd4349f969a8cc4cf2902ffd0a67aea49fae2102 (diff)
[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
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c
index 5f50b4ee7..d8026ec5a 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: serverloop.c,v 1.66 2001/05/30 12:55:12 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.67 2001/05/31 10:30:16 markus Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
@@ -43,7 +43,7 @@ RCSID("$OpenBSD: serverloop.c,v 1.66 2001/05/30 12:55:12 markus Exp $");
43#include "log.h" 43#include "log.h"
44#include "servconf.h" 44#include "servconf.h"
45#include "sshpty.h" 45#include "sshpty.h"
46#include "channel.h" 46#include "channels.h"
47#include "compat.h" 47#include "compat.h"
48#include "ssh1.h" 48#include "ssh1.h"
49#include "ssh2.h" 49#include "ssh2.h"