Fix userland compilations of those including in6_var.h

This commit is contained in:
ozaki-r 2016-07-04 07:32:18 +00:00
parent 6cf9fce745
commit d961591ee9
1 changed files with 3 additions and 1 deletions

View File

@ -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 @@ struct in6_ifaddr {
/* 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 */