Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 Fix userland compilations of those including in...
details: https://anonhg.NetBSD.org/src/rev/003c324f3994
branches: trunk
changeset: 346270:003c324f3994
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Mon Jul 04 07:32:18 2016 +0000
description:
Fix userland compilations of those including in6_var.h
diffstat:
sys/netinet6/in6_var.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 4b8cfd03f00a -r 003c324f3994 sys/netinet6/in6_var.h
--- a/sys/netinet6/in6_var.h Mon Jul 04 06:48:14 2016 +0000
+++ b/sys/netinet6/in6_var.h Mon Jul 04 07:32:18 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in6_var.h,v 1.78 2016/07/04 06:48:14 ozaki-r Exp $ */
+/* $NetBSD: in6_var.h,v 1.79 2016/07/04 07:32:18 ozaki-r Exp $ */
/* $KAME: in6_var.h,v 1.81 2002/06/08 11:16:51 itojun Exp $ */
/*
@@ -129,7 +129,9 @@
/* multicast addresses joined from the kernel */
LIST_HEAD(, in6_multi_mship) ia6_memberships;
+#ifdef _KERNEL
struct pslist_entry ia6_pslist_entry;
+#endif
};
/* control structure to manage address selection policy */
Home |
Main Index |
Thread Index |
Old Index