svn commit: r325613 - stable/10/sys/ofed/include/linux

Hans Petter Selasky hselasky at FreeBSD.org
Thu Nov 9 19:15:30 UTC 2017


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_ */


More information about the svn-src-stable-10 mailing list