summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-10-09 02:07:54 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-10-09 02:07:54 +0000
commit4e60339ea8b52ea5c31f0d9c7100cb44daafb3d5 (patch)
treed5c3e950c57b069f865efa69969d3504249c6c76 /sys/arch/powerpc/include
parent9e59a79f26e3bb806543ce78c4026a1068862cd3 (diff)
Workaround for wscons support, this is how this was done on alpha,
we really should fix the config args of the wscons code.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r--sys/arch/powerpc/include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc/include/types.h b/sys/arch/powerpc/include/types.h
index 85d5079bbaf..4c576be7dc5 100644
--- a/sys/arch/powerpc/include/types.h
+++ b/sys/arch/powerpc/include/types.h
@@ -55,4 +55,6 @@ typedef struct label_t {
int val[40]; /* double check this XXX */
} label_t;
+#define __BROKEN_INDIRECT_CONFIG
+
#endif /* _MACHINE_TYPES_H_ */