diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-09 14:07:14 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-09 14:48:21 +0200 |
commit | 525a88d87930d01d4301e2723dda3dca208cd3d4 (patch) | |
tree | 0b68313ac6897b24c26c0e7cfab910f6a841c242 /sysdep/linux | |
parent | 95639d957758cba04aeec7ef319c2de2a5ff52da (diff) | |
parent | 5d6dc93043a0bc77b1e0a71ea8dfe15325024b45 (diff) |
Merge branch 'master' into int-new
Diffstat (limited to 'sysdep/linux')
-rw-r--r-- | sysdep/linux/sysio.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdep/linux/sysio.h b/sysdep/linux/sysio.h index 58644417..b1cc25dc 100644 --- a/sysdep/linux/sysio.h +++ b/sysdep/linux/sysio.h @@ -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 |