diff options
author | 2001-08-15 13:36:45 +0000 | |
---|---|---|
committer | 2001-08-15 13:36:45 +0000 | |
commit | db1272d93bb69586d3133b72862243f99d73188d (patch) | |
tree | 5dac67722bac3834294e74f777ff84f887d641c1 | |
parent | Some more style... (diff) | |
download | wireguard-openbsd-db1272d93bb69586d3133b72862243f99d73188d.tar.xz wireguard-openbsd-db1272d93bb69586d3133b72862243f99d73188d.zip |
Same fix as for mvmeppc needed there, forgot this one.
-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 1258e47284c..e7097e3d0c0 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.12 2001/08/12 21:00:14 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.13 2001/08/15 13:36:45 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -35,7 +35,6 @@ #include <sys/types.h> #include <vm/vm_param.h> -#include <uvm/uvm_extern.h> #include <machine/trap.h> #define DB_MACHINE_COMMANDS |