Update.
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:
parent
981993e1b6
commit
724049ba8b
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user