From db54c5228ebca1e9fcf986c2c042c4475999f208 Mon Sep 17 00:00:00 2001 From: Artur Grabowski <art@cvs.openbsd.org> Date: Tue, 6 Nov 2001 00:30:39 +0000 Subject: Kill vm/vm_param.h, move it to uvm/uvm_param.h --- sys/arch/m68k/include/db_machdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k/include/db_machdep.h') diff --git a/sys/arch/m68k/include/db_machdep.h b/sys/arch/m68k/include/db_machdep.h index 475e1336c79..7af52062575 100644 --- a/sys/arch/m68k/include/db_machdep.h +++ b/sys/arch/m68k/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.6 2001/05/15 01:43:14 millert Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.7 2001/11/06 00:30:38 art Exp $ */ /* $NetBSD: db_machdep.h,v 1.20 1997/06/26 01:26:58 thorpej Exp $ */ /* @@ -39,7 +39,7 @@ * 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 <vm/vm_param.h> +#include <uvm/uvm_param.h> #include <machine/frame.h> #include <machine/psl.h> -- cgit v1.2.3