Fix warning on Mac OS X and FreeBSD.

This currently fails the nightly build.
This commit is contained in:
iphydf 2018-02-25 10:00:56 +00:00
parent d3b286cb43
commit ae1e20f4cd
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -52,7 +52,6 @@
#ifndef IPV6_ADD_MEMBERSHIP
#ifdef IPV6_JOIN_GROUP
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
#define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
#endif
#endif