ports/mail/milter-greylist/files/patch-spf.c
Dirk Meyer 5d09cbcd76 - update to 4.6.3
- fix crash with option GEOIP
PR:		240140
Submitted by:	m.tsatsenko@gmail.com
MFH:		2021Q1
2021-01-13 19:32:15 +00:00

9 lines
204 B
C

--- spf.c.orig 2021-01-11 23:09:20 UTC
+++ spf.c
@@ -61,6 +61,7 @@ __RCSID("$Id: spf.c,v 1.40 2015/10/30 18:22:30 manu Ex
#ifdef __FreeBSD__
#define HAVE_NS_TYPE
+#include <arpa/nameser.h>
#endif