diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-10 22:05:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-10 22:05:32 +0000 |
commit | b6cef5b17a96fdd26a4dd2d490f5b4019bf25008 (patch) | |
tree | 6cc9e9c63a0ba81bcdb1014e18fee5ef659154d5 /sysdeps/generic/bits | |
parent | f98ca075dbc8b8598dcc1d953b930cd87ced023a (diff) | |
download | glibc-b6cef5b17a96fdd26a4dd2d490f5b4019bf25008.tar.gz glibc-b6cef5b17a96fdd26a4dd2d490f5b4019bf25008.tar.xz glibc-b6cef5b17a96fdd26a4dd2d490f5b4019bf25008.zip |
* sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
Diffstat (limited to 'sysdeps/generic/bits')
-rw-r--r-- | sysdeps/generic/bits/in.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/generic/bits/in.h b/sysdeps/generic/bits/in.h index a688719ca5..31eb0f9fcf 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 |