Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 19:08:30 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r325612 - stable/11/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201711091908.vA9J8UMx036777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Nov  9 19:08:30 2017
New Revision: 325612
URL: https://svnweb.freebsd.org/changeset/base/325612

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/11/sys/compat/linuxkpi/common/include/linux/in6.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linuxkpi/common/include/linux/in6.h
==============================================================================
--- stable/11/sys/compat/linuxkpi/common/include/linux/in6.h	Thu Nov  9 19:00:11 2017	(r325611)
+++ stable/11/sys/compat/linuxkpi/common/include/linux/in6.h	Thu Nov  9 19:08:30 2017	(r325612)
@@ -31,8 +31,6 @@
 #ifndef	_LINUX_IN6_H_
 #define	_LINUX_IN6_H_
 
-#ifndef KLD_MODULE
 #include "opt_inet6.h"
-#endif
 
 #endif	/* _LINUX_IN6_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711091908.vA9J8UMx036777>