Author: hselasky Date: Thu Nov 9 19:15:28 2017 New Revision: 325613 URL: https://svnweb.freebsd.org/changeset/base/325613
Log: MFC r325278: Unconditionally include "opt_inet6.h" in the LinuxKPI. This makes sure the INET6 macro gets properly defined, also for kernel module builds. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/include/linux/in6.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/ofed/include/linux/in6.h ============================================================================== --- stable/10/sys/ofed/include/linux/in6.h Thu Nov 9 19:08:30 2017 (r325612) +++ stable/10/sys/ofed/include/linux/in6.h Thu Nov 9 19:15:28 2017 (r325613) @@ -30,8 +30,6 @@ #ifndef _LINUX_IN6_H_ #define _LINUX_IN6_H_ -#ifndef KLD_MODULE #include "opt_inet6.h" -#endif #endif /* _LINUX_IN6_H_ */ _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"