--- embedaddon/bird/sysdep/linux/sysio.h 2017/08/22 12:33:54 1.1.1.1 +++ embedaddon/bird/sysdep/linux/sysio.h 2021/03/17 19:50:23 1.1.1.2 @@ -7,16 +7,6 @@ */ -#ifndef HAVE_STRUCT_IP_MREQN -/* Several versions of glibc don't define this structure, so we have to do it ourselves */ -struct ip_mreqn -{ - struct in_addr imr_multiaddr; /* IP multicast address of group */ - struct in_addr imr_address; /* local IP address of interface */ - int imr_ifindex; /* Interface index */ -}; -#endif - #ifndef IP_MINTTL #define IP_MINTTL 21 #endif