summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/log.c b/log.c
index e7052115e..837a670de 100644
--- a/log.c
+++ b/log.c
@@ -1,11 +1,9 @@
1/* 1/*
2 *
3 * Shared versions of debug(), log(), etc. 2 * Shared versions of debug(), log(), etc.
4 * 3 */
5*/
6 4
7#include "includes.h" 5#include "includes.h"
8RCSID("$OpenBSD: log.c,v 1.5 1999/11/24 00:26:02 deraadt Exp $"); 6RCSID("$OpenBSD: log.c,v 1.6 1999/11/24 19:53:47 markus Exp $");
9 7
10#include "ssh.h" 8#include "ssh.h"
11#include "xmalloc.h" 9#include "xmalloc.h"