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

Marcel Moolenaar marcel at FreeBSD.org
Thu Nov 19 01:27:23 UTC 2009


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>


More information about the svn-src-all mailing list