svn commit: r218290 - head/sys/conf

Alexander Best arundel at freebsd.org
Fri Feb 4 18:53:48 UTC 2011


On Fri Feb  4 11, John Baldwin wrote:
> Author: jhb
> Date: Fri Feb  4 18:36:09 2011
> New Revision: 218290
> URL: http://svn.freebsd.org/changeset/base/218290
> 
> Log:
>   Correct include path.

thanks a bunch. :)

>   
>   Submitted by:	arundel
>   MFC after:	1 week
> 
> Modified:
>   head/sys/conf/files
> 
> Modified: head/sys/conf/files
> ==============================================================================
> --- head/sys/conf/files	Fri Feb  4 17:49:55 2011	(r218289)
> +++ head/sys/conf/files	Fri Feb  4 18:36:09 2011	(r218290)
> @@ -960,7 +960,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 \

-- 
a13x


More information about the svn-src-head mailing list