mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
* sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
This commit is contained in:
@@ -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>
|
2004-08-10 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
|
* libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
|
||||||
|
@@ -48,13 +48,6 @@ struct ip_opts
|
|||||||
char ip_opts[40]; /* Actually variable in size. */
|
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. */
|
/* IPV6 socket options. */
|
||||||
#define IPV6_ADDRFORM 1
|
#define IPV6_ADDRFORM 1
|
||||||
#define IPV6_RXINFO 2
|
#define IPV6_RXINFO 2
|
||||||
|
@@ -48,13 +48,6 @@ struct ip_opts
|
|||||||
char ip_opts[40]; /* Actually variable in size. */
|
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. */
|
/* IPV6 socket options. */
|
||||||
#define IPV6_ADDRFORM 1
|
#define IPV6_ADDRFORM 1
|
||||||
#define IPV6_RXINFO 2
|
#define IPV6_RXINFO 2
|
||||||
|
Reference in New Issue
Block a user