svn commit: r199502 - head/sys/ia64/ia64

[ Available lists | Index of svn-src-all | Month of Nov 2009 | Week of 19 Nov 2009 | Raw email | View thread | Wrap long lines | Reply ]
From
Marcel Moolenaar <marcel@FreeBSD.org>
Date
19 Nov 2009 01:27:22
Subject
svn commit: r199502 - head/sys/ia64/ia64
Message-ID
200911190127.nAJ1RMLb089829@svn.freebsd.org


[ Hide this part ]
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>

Elapsed time: 0.051 seconds