summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/nd6.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index 5e926682206..942ce4bce11 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nd6.h,v 1.86 2022/11/23 16:59:10 kn Exp $ */
+/* $OpenBSD: nd6.h,v 1.87 2022/11/23 19:34:59 kn Exp $ */
/* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */
/*
@@ -60,13 +60,6 @@ struct in6_nbrinfo {
int state; /* reachability state */
};
-struct prf_ra {
- u_int onlink : 1;
- u_int autonomous : 1;
- u_int router : 1;
- u_int reserved : 5;
-};
-
struct in6_ndireq {
char ifname[IFNAMSIZ];
struct nd_ifinfo ndi;