Module Name:    src
Committed By:   christos
Date:           Sun Nov  5 16:16:26 UTC 2017

Modified Files:
        src/sys/arch/m68k/include: db_machdep.h

Log Message:
The XXX comment (do not pull in the uvm headers) might have been a nice idea
at the time, but now all other db_machdep files do this, so we follow suit.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/m68k/include/db_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/m68k/include/db_machdep.h
diff -u src/sys/arch/m68k/include/db_machdep.h:1.31 src/sys/arch/m68k/include/db_machdep.h:1.32
--- src/sys/arch/m68k/include/db_machdep.h:1.31	Tue Jan 31 16:17:57 2012
+++ src/sys/arch/m68k/include/db_machdep.h	Sun Nov  5 11:16:26 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: db_machdep.h,v 1.31 2012/01/31 21:17:57 mlelstv Exp $	*/
+/*	$NetBSD: db_machdep.h,v 1.32 2017/11/05 16:16:26 christos Exp $	*/
 
 /* 
  * Mach Operating System
@@ -40,11 +40,7 @@
 
 #include <sys/types.h>
 
-/*
- * XXX - Would rather not pull in vm headers, but need boolean_t,
- * at least until boolean_t moves to <sys/types.h> or someplace.
- */
-#include <uvm/uvm_param.h>
+#include <uvm/uvm_extern.h>
 
 #include <machine/frame.h>
 #include <machine/pcb.h>

Reply via email to