diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 00:30:39 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 00:30:39 +0000 |
commit | db54c5228ebca1e9fcf986c2c042c4475999f208 (patch) | |
tree | b6907c4aad9d0b3b7bc00fab756321ebd7caf2e6 /sys/arch/mvmeppc | |
parent | 898073588fa02753b0b64486b672431d14634198 (diff) |
Kill vm/vm_param.h, move it to uvm/uvm_param.h
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/include/db_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/db_machdep.h b/sys/arch/mvmeppc/include/db_machdep.h index 9ea2f2bda19..e46b1e5ebed 100644 --- a/sys/arch/mvmeppc/include/db_machdep.h +++ b/sys/arch/mvmeppc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.4 2001/08/12 21:34:53 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.5 2001/11/06 00:30:38 art Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -33,7 +33,7 @@ #ifndef _PPC_DB_MACHDEP_H_ #define _PPC_DB_MACHDEP_H_ -#include <vm/vm_param.h> +#include <uvm/uvm_param.h> #include <machine/trap.h> /* ELF symbols in ddb */ |