The branch main has been updated by bz:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ff09f9133f2fb80f705c2c742fc34291b05140af

commit ff09f9133f2fb80f705c2c742fc34291b05140af
Author:     Bjoern A. Zeeb <[email protected]>
AuthorDate: 2021-05-24 18:11:56 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
CommitDate: 2021-05-25 18:01:47 +0000

    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
---
 sys/compat/linuxkpi/common/include/net/if_inet6.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/compat/linuxkpi/common/include/net/if_inet6.h 
b/sys/compat/linuxkpi/common/include/net/if_inet6.h
index bb4df2615186..16f3a9965675 100644
--- a/sys/compat/linuxkpi/common/include/net/if_inet6.h
+++ b/sys/compat/linuxkpi/common/include/net/if_inet6.h
@@ -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)
 {
 /*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to