diff options
Diffstat (limited to 'inet/netinet/in.h')
-rw-r--r-- | inet/netinet/in.h | 2 |
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. */ |