From: Roland McGrath Date: Tue, 10 Aug 2004 22:05:32 +0000 (+0000) Subject: * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. X-Git-Tag: cvs/fedora-base~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6cef5b17a96fdd26a4dd2d490f5b4019bf25008;p=thirdparty%2Fglibc.git * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. --- diff --git a/ChangeLog b/ChangeLog index 2ea06893416..b455555e24b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-10 Alfred M. Szmidt + + * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. + 2004-08-10 Jakub Jelinek * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t). diff --git a/bits/in.h b/bits/in.h index a688719ca53..31eb0f9fcfd 100644 --- a/bits/in.h +++ b/bits/in.h @@ -48,13 +48,6 @@ struct ip_opts char ip_opts[40]; /* Actually variable in size. */ }; -/* Structure used for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. */ -struct ip_mreq - { - struct in_addr imr_multiaddr; /* IP multicast address of group */ - struct in_addr imr_interface; /* local IP address of interface */ - }; - /* IPV6 socket options. */ #define IPV6_ADDRFORM 1 #define IPV6_RXINFO 2 diff --git a/sysdeps/generic/bits/in.h b/sysdeps/generic/bits/in.h index a688719ca53..31eb0f9fcfd 100644 --- a/sysdeps/generic/bits/in.h +++ b/sysdeps/generic/bits/in.h @@ -48,13 +48,6 @@ struct ip_opts char ip_opts[40]; /* Actually variable in size. */ }; -/* Structure used for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. */ -struct ip_mreq - { - struct in_addr imr_multiaddr; /* IP multicast address of group */ - struct in_addr imr_interface; /* local IP address of interface */ - }; - /* IPV6 socket options. */ #define IPV6_ADDRFORM 1 #define IPV6_RXINFO 2