summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include/param.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-02-28 22:57:42 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-02-28 22:57:42 +0000
commit8598738d076ada9be3fffdc9db2c5898d67617dc (patch)
treef41ed941627bb00260766dc93b1fae6ce4189d01 /sys/arch/atari/include/param.h
parentaec6165188f2f48a79c64f88ddd79014ea5dc23f (diff)
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
Diffstat (limited to 'sys/arch/atari/include/param.h')
-rw-r--r--sys/arch/atari/include/param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/atari/include/param.h b/sys/arch/atari/include/param.h
index ef3100ed403..93b081463a2 100644
--- a/sys/arch/atari/include/param.h
+++ b/sys/arch/atari/include/param.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: param.h,v 1.4 1997/02/28 22:57:36 niklas Exp $ */
/* $NetBSD: param.h,v 1.10 1996/01/07 22:30:41 leo Exp $ */
/*
@@ -49,7 +50,9 @@
* Machine dependent constants for atari
*/
#define MACHINE "atari"
+#define _MACHINE atari
#define MACHINE_ARCH "m68k"
+#define _MACHINE_ARCH m68k
#define MID_MACHINE MID_M68K
/*