diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-12 16:09:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-12 16:09:20 +0000 |
commit | 282601db2205cbf8729e14c901e71feaaab9b7a8 (patch) | |
tree | 4398d1ff6001aad4c97839c0364432592c61d8a2 /sys/arch/powerpc/include | |
parent | 0c8f2a59438f9d4e2373aceadcae7166465e275b (diff) |
Fix build after breakage.
> vm/vm_prot.h no more
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 111ae276558..84758876060 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.10 2001/07/09 02:07:05 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.11 2001/08/12 16:09:19 drahn Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -33,7 +33,6 @@ #ifndef _PPC_DB_MACHDEP_H_ #define _PPC_DB_MACHDEP_H_ -#include <vm/vm_prot.h> #include <vm/vm_param.h> #include <vm/vm_inherit.h> #include <machine/trap.h> |