Date: Thu, 19 Nov 2009 01:27:22 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199502 - head/sys/ia64/ia64 Message-ID: <200911190127.nAJ1RMLb089829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Thu Nov 19 01:27:22 2009 New Revision: 199502 URL: http://svn.freebsd.org/changeset/base/199502 Log: opt_* headers are included using the quoted form. Modified: head/sys/ia64/ia64/db_machdep.c head/sys/ia64/ia64/exception.S Modified: head/sys/ia64/ia64/db_machdep.c ============================================================================== --- head/sys/ia64/ia64/db_machdep.c Thu Nov 19 01:20:16 2009 (r199501) +++ head/sys/ia64/ia64/db_machdep.c Thu Nov 19 01:27:22 2009 (r199502) @@ -29,7 +29,7 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <opt_xtrace.h> +#include "opt_xtrace.h" #include <sys/param.h> #include <sys/systm.h> Modified: head/sys/ia64/ia64/exception.S ============================================================================== --- head/sys/ia64/ia64/exception.S Thu Nov 19 01:20:16 2009 (r199501) +++ head/sys/ia64/ia64/exception.S Thu Nov 19 01:27:22 2009 (r199502) @@ -28,7 +28,7 @@ #include <machine/asm.h> __FBSDID("$FreeBSD$"); -#include <opt_xtrace.h> +#include "opt_xtrace.h" #include <machine/pte.h> #include <assym.s>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911190127.nAJ1RMLb089829>