diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-06 09:15:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-06 09:15:03 +0000 |
commit | 3cb0721780482693695c9cba48b0401995c4793d (patch) | |
tree | f8f75df5c36f922d37fed212e503ade215741086 /sysdeps/unix/sysv | |
parent | c10bb7956d1e3be11133d592154970a50afb6e53 (diff) | |
download | glibc-3cb0721780482693695c9cba48b0401995c4793d.tar glibc-3cb0721780482693695c9cba48b0401995c4793d.tar.gz glibc-3cb0721780482693695c9cba48b0401995c4793d.tar.bz2 glibc-3cb0721780482693695c9cba48b0401995c4793d.zip |
Update.
1998-10-06 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
netinet/in.h.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/in.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index 5f8d8d6fd9..65b7c71816 100644 --- a/sysdeps/unix/sysv/linux/bits/in.h +++ b/sysdeps/unix/sysv/linux/bits/in.h @@ -84,13 +84,6 @@ struct ip_mreqn int imr_ifindex; /* Interface index */ }; -/* As above but for IPv6. */ -struct ipv6_mreq - { - struct in6_addr ipv6mr_multiaddr; /* IPv6 multicast address of group */ - int ipv6mr_ifindex; /* local IPv6 address of interface */ - }; - /* Options for use with `getsockopt' and `setsockopt' at the IPv6 level. The first word in the comment at the right is the data type used; "bool" means a boolean value stored in an `int'. */ |