summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-08-19 19:06:46 +0000
committermiod <miod@openbsd.org>2001-08-19 19:06:46 +0000
commitdaeffe53f166cb36bc69d8bccad050b0ecc8fdab (patch)
treece3a4d161c1e3831d7139699e70afeb72f3ad047
parentAdd per-rule byte counter, so mickey can do accounting. We're counting the (diff)
downloadwireguard-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.h4
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.
*/