Gerhard Schmidt corrected the FreeBSD test via pymilter list.

This commit is contained in:
Stuart D. Gathman
2016-11-08 08:08:33 -05:00
parent 8e96c23ddc
commit a0bd76cded
+1 -1
View File
@@ -282,7 +282,7 @@ $ python setup.py help
* published. Unfortunately I know of no good way to do this * published. Unfortunately I know of no good way to do this
* other than with OS-specific tests. * other than with OS-specific tests.
*/ */
#if defined(__FreeBSD_kernel__) || defined(__linux__) #if defined(__FreeBSD__) || defined(__linux__)
#define HAVE_IPV6_RFC2553 #define HAVE_IPV6_RFC2553
#include <arpa/inet.h> #include <arpa/inet.h>
#endif #endif