diff options
author | 2001-08-19 19:06:46 +0000 | |
---|---|---|
committer | 2001-08-19 19:06:46 +0000 | |
commit | daeffe53f166cb36bc69d8bccad050b0ecc8fdab (patch) | |
tree | ce3a4d161c1e3831d7139699e70afeb72f3ad047 | |
parent | Add per-rule byte counter, so mickey can do accounting. We're counting the (diff) | |
download | wireguard-openbsd-daeffe53f166cb36bc69d8bccad050b0ecc8fdab.tar.xz wireguard-openbsd-daeffe53f166cb36bc69d8bccad050b0ecc8fdab.zip |
ddb on powerpc does not have ``machine'' commands, so don't lie.
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index e7097e3d0c0..879da1f742f 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.13 2001/08/15 13:36:45 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.14 2001/08/19 19:06:46 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -37,8 +37,6 @@ #include <vm/vm_param.h> #include <machine/trap.h> -#define DB_MACHINE_COMMANDS - /* * We use Elf64 symbols in DDB. */ |