svn commit: r218189 - head/sys/conf

Sergey Kandaurov pluknet at FreeBSD.org
Wed Feb 2 14:41:32 UTC 2011


Author: pluknet
Date: Wed Feb  2 14:41:32 2011
New Revision: 218189
URL: http://svn.freebsd.org/changeset/base/218189

Log:
  Remove OpenSolaris include path referring to a non-existing directory
  never committed from p4 dtrace branch.
  [The correct include path is referenced from every opensolaris compat
  consumer's module Makefile, so it doesn't serve any purpose anyway.]
  
  Reported by:	arundel on freebsd-hackers@ via clang
  Approved by:	kib (mentor)
  MFC after:	1 week

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==============================================================================
--- head/sys/conf/kern.pre.mk	Wed Feb  2 12:24:53 2011	(r218188)
+++ head/sys/conf/kern.pre.mk	Wed Feb  2 14:41:32 2011	(r218189)
@@ -82,9 +82,6 @@ INCLUDES+= -I$S/dev/twa
 # ...  and XFS
 INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
 
-# ...  and OpenSolaris
-INCLUDES+= -I$S/contrib/opensolaris/compat
-
 # ... and the same for cxgb
 INCLUDES+= -I$S/dev/cxgb
 


More information about the svn-src-head mailing list