svn commit: r219235 - stable/8/sys/conf

John Baldwin jhb at FreeBSD.org
Thu Mar 3 17:10:49 UTC 2011


Author: jhb
Date: Thu Mar  3 17:10:48 2011
New Revision: 219235
URL: http://svn.freebsd.org/changeset/base/219235

Log:
  MFC 218290: Correct include path.

Modified:
  stable/8/sys/conf/files
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/files
==============================================================================
--- stable/8/sys/conf/files	Thu Mar  3 17:04:57 2011	(r219234)
+++ stable/8/sys/conf/files	Thu Mar  3 17:10:48 2011	(r219235)
@@ -924,7 +924,7 @@ dev/e1000/e1000_82543.c		optional em | i
 dev/e1000/e1000_82571.c		optional em | igb \
 	compile-with "${NORMAL_C} -I$S/dev/e1000"
 dev/e1000/e1000_82575.c		optional em | igb \
-	 compile-with "${NORMAL_C} -I$S/dev/igb"
+	compile-with "${NORMAL_C} -I$S/dev/e1000"
 dev/e1000/e1000_ich8lan.c	optional em | igb \
 	compile-with "${NORMAL_C} -I$S/dev/e1000"
 dev/e1000/e1000_api.c		optional em | igb \


More information about the svn-src-all mailing list