summaryrefslogtreecommitdiff
path: root/sysdep/linux
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-09 13:44:02 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-09 13:45:26 +0200
commit5d6dc93043a0bc77b1e0a71ea8dfe15325024b45 (patch)
treee925e549cc7525e6ed08ab5c10b13bf45e84e86e /sysdep/linux
parent7a855725f2ffde508da0c7ee01dc1bcd6e0a5d93 (diff)
Some more autoconf cleanups
Replace integer type width detection with C99 fixed-width types. Also remove some unused or obsolete code. Thanks to Ruben Kerkhof for the patchset.
Diffstat (limited to 'sysdep/linux')
-rw-r--r--sysdep/linux/sysio.h10
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