summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-03-03 21:18:24 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-03-03 21:18:24 +0000
commitcea897e51bc108135d220971fea6dfbb9e8c1626 (patch)
tree0ba2d96517d212ae4bbe0873986cb1cf9da5b10f /sys
parentab08b66e8cbfe451a0fe451dd933803ee061a67d (diff)
add m88k to MID list for a.out.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/exec_aout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h
index d2521ea3d18..dc0ccb8be27 100644
--- a/sys/sys/exec_aout.h
+++ b/sys/sys/exec_aout.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_aout.h,v 1.6 1996/12/23 02:42:40 deraadt Exp $ */
+/* $OpenBSD: exec_aout.h,v 1.7 1997/03/03 21:18:23 rahnds Exp $ */
/* $NetBSD: exec_aout.h,v 1.15 1996/05/18 17:20:54 christos Exp $ */
/*
@@ -77,6 +77,7 @@ struct exec {
#define MID_MIPS 142 /* big-endian MIPS */
#define MID_ARM6 143 /* ARM6 */
#define MID_HP300 300 /* hp300 (68020+68881) BSD binary */
+#define MID_M88K 151 /* m88k BSD binary */
#define MID_HPUX 0x20C /* hp200/300 HP-UX binary */
#define MID_HPUX800 0x20B /* hp800 HP-UX binary */