svn commit: r219236 - stable/7/sys/conf
John Baldwin
jhb at FreeBSD.org
Thu Mar 3 17:11:12 UTC 2011
Author: jhb
Date: Thu Mar 3 17:11:11 2011
New Revision: 219236
URL: http://svn.freebsd.org/changeset/base/219236
Log:
MFC 218290: Correct include path.
Modified:
stable/7/sys/conf/files
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/conf/files
==============================================================================
--- stable/7/sys/conf/files Thu Mar 3 17:10:48 2011 (r219235)
+++ stable/7/sys/conf/files Thu Mar 3 17:11:11 2011 (r219236)
@@ -799,7 +799,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-stable
mailing list