Diff for /embedaddon/bird/sysdep/linux/sysio.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 7 Line 7
  */   */
   
   
 #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  #ifndef IP_MINTTL
 #define IP_MINTTL 21  #define IP_MINTTL 21
 #endif  #endif

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>