diff options
author | 2004-02-19 23:45:08 +0000 | |
---|---|---|
committer | 2004-02-19 23:45:08 +0000 | |
commit | 2093d76aea4ea1f9017025ca87ddb3072009491c (patch) | |
tree | f64e87ab797874dc4446b5f6ba8f21955803f4d4 | |
parent | typo; jjy2+@pitt.edu (diff) | |
download | wireguard-openbsd-2093d76aea4ea1f9017025ca87ddb3072009491c.tar.xz wireguard-openbsd-2093d76aea4ea1f9017025ca87ddb3072009491c.zip |
move MID_X86_64; kettenis@chello.nl
-rw-r--r-- | sys/sys/exec_aout.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h index 11d7d079dac..24cd715d431 100644 --- a/sys/sys/exec_aout.h +++ b/sys/sys/exec_aout.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_aout.h,v 1.17 2004/01/28 01:39:40 mickey Exp $ */ +/* $OpenBSD: exec_aout.h,v 1.18 2004/02/19 23:45:08 deraadt Exp $ */ /* $NetBSD: exec_aout.h,v 1.15 1996/05/18 17:20:54 christos Exp $ */ /* @@ -79,9 +79,10 @@ struct exec { #define MID_POWERPC 149 /* big-endian PowerPC */ #define MID_VAX 150 /* vax */ #define MID_SPARC64 151 /* LP64 sparc */ -#define MID_X86_64 152 /* AMD x86-64 */ +#define MID_MIPS2 152 /* MIPS2 */ #define MID_M88K 153 /* m88k BSD binary */ #define MID_HPPA 154 /* hppa */ +#define MID_X86_64 157 /* AMD x86-64 */ #define MID_HP200 200 /* hp200 (68010) BSD binary */ #define MID_HP300 300 /* hp300 (68020+68881) BSD binary */ #define MID_HPUX 0x20C /* hp200/300 HP-UX binary */ |