]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
authorRoland McGrath <roland@gnu.org>
Tue, 10 Aug 2004 22:05:32 +0000 (22:05 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 10 Aug 2004 22:05:32 +0000 (22:05 +0000)
ChangeLog
bits/in.h
sysdeps/generic/bits/in.h

index 2ea068934163b91d68962d79b90428222a2a101f..b455555e24b0337b7b2df2f44f9f13006abf648c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
+
+       * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
+
 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
 
        * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
index a688719ca538a20d970280ed958bdccf78b66fe0..31eb0f9fcfd966c175ae3897e798ee250f32dd80 100644 (file)
--- 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
index a688719ca538a20d970280ed958bdccf78b66fe0..31eb0f9fcfd966c175ae3897e798ee250f32dd80 100644 (file)
@@ -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