about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-06 09:15:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-06 09:15:03 +0000
commit3cb0721780482693695c9cba48b0401995c4793d (patch)
treef8f75df5c36f922d37fed212e503ade215741086 /sysdeps/unix/sysv
parentc10bb7956d1e3be11133d592154970a50afb6e53 (diff)
downloadglibc-3cb0721780482693695c9cba48b0401995c4793d.tar.gz
glibc-3cb0721780482693695c9cba48b0401995c4793d.tar.xz
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.h7
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'.  */