summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/log.c
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2010-11-28 13:56:43 +0000
committergilles <gilles@openbsd.org>2010-11-28 13:56:43 +0000
commit5eb8dddad51caac03488a89a3d8f9802b62dc1f3 (patch)
tree4bfff37aa49b911f2e77ded4c1cca15bcfb9e7a0 /usr.sbin/smtpd/log.c
parentthere's no need to take splsoftnet in the input packet action handlers (diff)
downloadwireguard-openbsd-5eb8dddad51caac03488a89a3d8f9802b62dc1f3.tar.xz
wireguard-openbsd-5eb8dddad51caac03488a89a3d8f9802b62dc1f3.zip
a bit of .h cleanups, no functionnal change
Diffstat (limited to 'usr.sbin/smtpd/log.c')
-rw-r--r--usr.sbin/smtpd/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/log.c b/usr.sbin/smtpd/log.c
index df030196682..4325890cdd3 100644
--- a/usr.sbin/smtpd/log.c
+++ b/usr.sbin/smtpd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.9 2010/10/09 22:05:35 gilles Exp $ */
+/* $OpenBSD: log.c,v 1.10 2010/11/28 13:56:43 gilles Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -32,7 +32,7 @@
#include <syslog.h>
#include <time.h>
-#include "smtpd.h"
+#include "log.h"
int debug;
int verbose;