summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>1999-11-24 19:53:43 +0000
committermarkus <markus@openbsd.org>1999-11-24 19:53:43 +0000
commitbbc3e7c1e8e1af65828ac62d704e08603bfb3791 (patch)
tree4283772edb80175f48931910dc69d6bca31941f2 /usr.bin/ssh/log.c
parentLimit newaliases to root and trusted users; sendmail+gshapiro@sendmail.orG (diff)
downloadwireguard-openbsd-bbc3e7c1e8e1af65828ac62d704e08603bfb3791.tar.xz
wireguard-openbsd-bbc3e7c1e8e1af65828ac62d704e08603bfb3791.zip
KNF, final part 3
Diffstat (limited to 'usr.bin/ssh/log.c')
-rw-r--r--usr.bin/ssh/log.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/log.c b/usr.bin/ssh/log.c
index e7052115e1f..837a670de1c 100644
--- a/usr.bin/ssh/log.c
+++ b/usr.bin/ssh/log.c
@@ -1,11 +1,9 @@
/*
- *
* Shared versions of debug(), log(), etc.
- *
-*/
+ */
#include "includes.h"
-RCSID("$OpenBSD: log.c,v 1.5 1999/11/24 00:26:02 deraadt Exp $");
+RCSID("$OpenBSD: log.c,v 1.6 1999/11/24 19:53:47 markus Exp $");
#include "ssh.h"
#include "xmalloc.h"