aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/to.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-01-03 14:42:10 +0100
committerGilles Chehade <gilles@poolp.org>2019-01-03 14:42:10 +0100
commit8aef4c8e5c072fecd447ea08fe01fc2b4c2aa794 (patch)
tree886d3c9d4f3c2deddc924788920a883cadda510b /smtpd/to.c
parentMerge branch 'master' into portable (diff)
parentsync (diff)
downloadOpenSMTPD-8aef4c8e5c072fecd447ea08fe01fc2b4c2aa794.tar.xz
OpenSMTPD-8aef4c8e5c072fecd447ea08fe01fc2b4c2aa794.zip
Merge branch 'master' into portable
Diffstat (limited to 'smtpd/to.c')
-rw-r--r--smtpd/to.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/smtpd/to.c b/smtpd/to.c
index bef539b1..48ce949c 100644
--- a/smtpd/to.c
+++ b/smtpd/to.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: to.c,v 1.34 2018/10/31 15:14:21 gilles Exp $ */
+/* $OpenBSD: to.c,v 1.35 2018/12/30 23:09:58 guenther Exp $ */
/*
* Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -38,7 +38,6 @@
#include <imsg.h>
#include <limits.h>
#include <inttypes.h>
-#include <libgen.h>
#include <netdb.h>
#include <pwd.h>
#include <stdarg.h>