summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r--sys/netinet6/nd6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index 85b5cef85de..e43e9b721f1 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nd6.h,v 1.82 2022/11/22 19:28:29 kn Exp $ */
+/* $OpenBSD: nd6.h,v 1.83 2022/11/23 07:57:39 kn Exp $ */
/* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */
/*
@@ -94,7 +94,7 @@ struct in6_ndifreq {
#include <sys/queue.h>
#define ND_IFINFO(ifp) \
- (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->nd_ifinfo)
+ ((struct nd_ifinfo *)(ifp)->if_afdata[AF_INET6])
struct llinfo_nd6 {
TAILQ_ENTRY(llinfo_nd6) ln_list;