mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
LinuxKPI: net/if_inet6.h add struct inet6_dev { }
Add a dummy struct inet6_dev {}; to net/if_inet6.h. This is currently
not used for anything but in a declaration. Just needs to be there.
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D30426
This commit is contained in:
parent
602e4e433d
commit
ff09f9133f
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
|||
|
||||
#include <asm/types.h>
|
||||
|
||||
struct inet6_dev {
|
||||
/* XXX currently unused but in a declaration. */
|
||||
};
|
||||
|
||||
static inline void ipv6_eth_mc_map(const struct in6_addr *addr, char *buf)
|
||||
{
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue