diff options
author | 1997-03-03 21:18:23 +0000 | |
---|---|---|
committer | 1997-03-03 21:18:23 +0000 | |
commit | db91f7f9f06ba35b3e6a85708b66c2d32a75d216 (patch) | |
tree | fac48652f1a0af6f1f2784bdb2af4b0ac772d6e4 | |
parent | When importing a tree, make certain that a bunch of garbage isn't left around. (diff) | |
download | wireguard-openbsd-db91f7f9f06ba35b3e6a85708b66c2d32a75d216.tar.xz wireguard-openbsd-db91f7f9f06ba35b3e6a85708b66c2d32a75d216.zip |
add m88k to MID list for a.out.
-rw-r--r-- | sys/sys/exec_aout.h | 3 |
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 */ |