summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-11 15:11:44 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-11 15:11:44 +0000
commit724049ba8b2ca2d39c198c38cec83636b77c4656 (patch)
tree735bfea988d2d3f4e8e76588b3cdcef0a9f51003 /inet
parent981993e1b6e99804dd87a28d833c42d47d7c17ea (diff)
Update.
1998-12-11 Kunihiro Ishiguro <kunihiro@zebra.org> * inet/netinet/in.h: Change obsolete structure member ipv6mr_ifindex to new ipv6mr_interface.
Diffstat (limited to 'inet')
-rw-r--r--inet/netinet/in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index cfbec4fda1..eaecbfc8a8 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -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. */