diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-04-06 20:22:24 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-04-06 20:22:24 +0000 |
commit | 8b8bcd711a73ef2ab5f45779b6014b2a0284939a (patch) | |
tree | 3dc8eacf23bd8717e20fb73d8584447e6bbc618f /sys | |
parent | ecbcac229104ac4c97e0c602293f6958fbf13f3c (diff) |
-lock.h
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 */ |