From: rahnds Date: Mon, 3 Mar 1997 21:18:23 +0000 (+0000) Subject: add m88k to MID list for a.out. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=db91f7f9f06ba35b3e6a85708b66c2d32a75d216;p=openbsd add m88k to MID list for a.out. --- 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 */