Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 23:07:07 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291165 - head/sys/modules/ipoib
Message-ID:  <201511222307.tAMN77qC020691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Nov 22 23:07:07 2015
New Revision: 291165
URL: https://svnweb.freebsd.org/changeset/base/291165

Log:
  Don't explicitly set INET/INET6 in the Makefile; opt_inet.h and opt_inet6.h
  already do this
  
  MFC after: never (depends on kern.opts.mk; will not be MFCed probably)

Modified:
  head/sys/modules/ipoib/Makefile

Modified: head/sys/modules/ipoib/Makefile
==============================================================================
--- head/sys/modules/ipoib/Makefile	Sun Nov 22 20:38:50 2015	(r291164)
+++ head/sys/modules/ipoib/Makefile	Sun Nov 22 23:07:07 2015	(r291165)
@@ -10,7 +10,6 @@ SRCS=	device_if.h bus_if.h vnode_if.h pc
 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
 CFLAGS+= -I${.CURDIR}/../../ofed/include
 CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
-CFLAGS+= -DINET6 -DINET
 
 .include <bsd.kmod.mk>
 



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