summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/db_machdep.h
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1997-10-13 13:49:58 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1997-10-13 13:49:58 +0000
commitb34675266a2a7f6f51f96b7587ff4e8ddba25ed8 (patch)
tree4414f0c0b306cb4c5978bd9fc48989c30ec5fa53 /sys/arch/powerpc/include/db_machdep.h
parent385c7299db8e759e52191981a1011cdf42ff767f (diff)
A few adjustments.
Diffstat (limited to 'sys/arch/powerpc/include/db_machdep.h')
-rw-r--r--sys/arch/powerpc/include/db_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h
index ffa033ee78d..adf9503e8b7 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.2 1997/03/21 00:48:48 niklas Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.3 1997/10/13 13:49:57 pefo Exp $ */
/* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */
/*
@@ -33,6 +33,8 @@
#ifndef _PPC_DB_MACHDEP_H_
#define _PPC_DB_MACHDEP_H_
+#define MID_MACHINE 0
+
#include <vm/vm_prot.h>
#include <vm/vm_param.h>
#include <vm/vm_inherit.h>