summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addrmatch.c3
-rw-r--r--log.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/addrmatch.c b/addrmatch.c
index c44314632..70b050e05 100644
--- a/addrmatch.c
+++ b/addrmatch.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: addrmatch.c,v 1.9 2014/01/19 11:21:51 dtucker Exp $ */ 1/* $OpenBSD: addrmatch.c,v 1.10 2015/07/08 19:04:21 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2004-2008 Damien Miller <djm@mindrot.org> 4 * Copyright (c) 2004-2008 Damien Miller <djm@mindrot.org>
@@ -31,7 +31,6 @@
31 31
32#include "match.h" 32#include "match.h"
33#include "log.h" 33#include "log.h"
34#include "xmalloc.h"
35 34
36struct xaddr { 35struct xaddr {
37 sa_family_t af; 36 sa_family_t af;
diff --git a/log.c b/log.c
index 32e1d2e45..ad12930e1 100644
--- a/log.c
+++ b/log.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: log.c,v 1.45 2013/05/16 09:08:41 dtucker Exp $ */ 1/* $OpenBSD: log.c,v 1.46 2015/07/08 19:04:21 markus Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -50,7 +50,6 @@
50# include <vis.h> 50# include <vis.h>
51#endif 51#endif
52 52
53#include "xmalloc.h"
54#include "log.h" 53#include "log.h"
55 54
56static LogLevel log_level = SYSLOG_LEVEL_INFO; 55static LogLevel log_level = SYSLOG_LEVEL_INFO;