svn commit: r218484 - stable/8/sys/conf
Sergey Kandaurov
pluknet at FreeBSD.org
Wed Feb 9 15:32:05 UTC 2011
Author: pluknet
Date: Wed Feb 9 15:32:04 2011
New Revision: 218484
URL: http://svn.freebsd.org/changeset/base/218484
Log:
MFC r218189:
Remove OpenSolaris include path referring to a non-existing directory.
Reported by: arundel on freebsd-hackers@ via clang
Approved by: kib (mentor)
Modified:
stable/8/sys/conf/kern.pre.mk
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
Modified: stable/8/sys/conf/kern.pre.mk
==============================================================================
--- stable/8/sys/conf/kern.pre.mk Wed Feb 9 15:23:16 2011 (r218483)
+++ stable/8/sys/conf/kern.pre.mk Wed Feb 9 15:32:04 2011 (r218484)
@@ -79,9 +79,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-stable-8
mailing list