diff options
Diffstat (limited to 'sys')
-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 a389bba8ac5..a653426ce6f 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.4 1997/10/14 17:11:10 pefo Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.5 1998/04/06 20:22:23 pefo Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -36,7 +36,6 @@ #include <vm/vm_prot.h> #include <vm/vm_param.h> #include <vm/vm_inherit.h> -#include <vm/lock.h> #include <machine/trap.h> typedef vm_offset_t db_addr_t; /* address - unsigned */ |