From a0bd76cdedaf2f96b58df831bd74374fc4e8cda5 Mon Sep 17 00:00:00 2001
From: "Stuart D. Gathman" <stuart@gathman.org>
Date: Tue, 8 Nov 2016 08:08:33 -0500
Subject: [PATCH] Gerhard Schmidt corrected the FreeBSD test via pymilter list.

---
 miltermodule.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miltermodule.c b/miltermodule.c
index d20f412..e64561f 100644
--- a/miltermodule.c
+++ b/miltermodule.c
@@ -282,7 +282,7 @@ $ python setup.py help
  * published.  Unfortunately I know of no good way to do this
  * other than with OS-specific tests.
  */
-#if defined(__FreeBSD_kernel__) || defined(__linux__)
+#if defined(__FreeBSD__) || defined(__linux__)
 #define HAVE_IPV6_RFC2553
 #include <arpa/inet.h>
 #endif
-- 
GitLab