summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2019-12-13 12:43:56 +0000
committergilles <gilles@openbsd.org>2019-12-13 12:43:56 +0000
commita59ac10c4de024b16b2c7918e91855880a9fc887 (patch)
tree20baf11b6d3320ee4eba32f47326335f74ab1c07 /usr.sbin/smtpd/smtpd
parentMake acpivout(4) call ws_[gs]et_param instead of directly (diff)
downloadwireguard-openbsd-a59ac10c4de024b16b2c7918e91855880a9fc887.tar.xz
wireguard-openbsd-a59ac10c4de024b16b2c7918e91855880a9fc887.zip
lka_proc.c had common code to fork a proc filter for lka_filter.c and
lka_report.c, but now that lka_filter.c encompasses all the filter API, we might as well merge lka_proc.c and its handful of functions in it.
Diffstat (limited to 'usr.sbin/smtpd/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile
index 8ff6ef3608a..b6f08933bc0 100644
--- a/usr.sbin/smtpd/smtpd/Makefile
+++ b/usr.sbin/smtpd/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.105 2019/12/12 20:47:39 gilles Exp $
+# $OpenBSD: Makefile,v 1.106 2019/12/13 12:43:56 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -24,7 +24,6 @@ SRCS+= ioev.c
SRCS+= limit.c
SRCS+= lka.c
SRCS+= lka_filter.c
-SRCS+= lka_proc.c
SRCS+= lka_session.c
SRCS+= log.c
SRCS+= mailaddr.c