CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/13 05:43:56
Modified files:
usr.sbin/smtpd : lka_filter.c
usr.sbin/smtpd/smtpd: Makefile
Log message:
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.
