1998-12-11  Kunihiro Ishiguro  <kunihiro@zebra.org>

	* inet/netinet/in.h: Change obsolete structure member
	ipv6mr_ifindex to new ipv6mr_interface.
This commit is contained in:
Ulrich Drepper 1998-12-11 15:11:44 +00:00
parent 981993e1b6
commit 724049ba8b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
* inet/netinet/in.h: Change obsolete structure member
ipv6mr_ifindex to new ipv6mr_interface.
1998-12-11 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/ieee754/dbl2mpn.c: Changed '#include "ieee754.h"' to

View File

@ -216,7 +216,7 @@ struct ipv6_mreq
struct in6_addr ipv6mr_multiaddr;
/* local interface */
unsigned int ipv6mr_ifindex;
unsigned int ipv6mr_interface;
};
/* Get system-specific definitions. */