Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 19:15:28 +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-10@freebsd.org
Subject:   svn commit: r325613 - stable/10/sys/ofed/include/linux
Message-ID:  <201711091915.vA9JFSK3040893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



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