Date: Fri, 11 Mar 2011 18:44:16 +0000 (UTC) From: Bruce Cran <brucec@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r219519 - head/tools/tools/ncpus Message-ID: <201103111844.p2BIiGqH089791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brucec Date: Fri Mar 11 18:44:16 2011 New Revision: 219519 URL: http://svn.freebsd.org/changeset/base/219519 Log: mptable.h is now in include/x86. Modified: head/tools/tools/ncpus/biosmptable.c Modified: head/tools/tools/ncpus/biosmptable.c ============================================================================== --- head/tools/tools/ncpus/biosmptable.c Fri Mar 11 18:42:17 2011 (r219518) +++ head/tools/tools/ncpus/biosmptable.c Fri Mar 11 18:44:16 2011 (r219519) @@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> -#include <machine/mptable.h> +#include <x86/mptable.h> #include <err.h> #include <fcntl.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103111844.p2BIiGqH089791>