diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 20:48:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 20:48:59 +0000 |
commit | 4a43b0634c6e52d6a7b395ba69be4b99fe7b0392 (patch) | |
tree | 7823c84ca9a2714cad8f06c47a3ca974c348f3dd /sys | |
parent | 305f34739c113d849baca339cefcbf6faacfd349 (diff) |
do not use MID_M68K4K
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/exec_aout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h index ac9d7b66a60..4908869943e 100644 --- a/sys/sys/exec_aout.h +++ b/sys/sys/exec_aout.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_aout.h,v 1.4 1996/05/22 12:07:34 deraadt Exp $ */ +/* $OpenBSD: exec_aout.h,v 1.5 1996/06/25 20:48:58 deraadt Exp $ */ /* $NetBSD: exec_aout.h,v 1.15 1996/05/18 17:20:54 christos Exp $ */ /* @@ -68,7 +68,7 @@ struct exec { #define MID_HP200 200 /* hp200 (68010) BSD binary */ #define MID_I386 134 /* i386 BSD binary */ #define MID_M68K 135 /* m68k BSD binary with 8K page sizes */ -#define MID_M68K4K 136 /* m68k BSD binary with 4K page sizes */ +#define MID_M68K4K 136 /* DO NOT USE: m68k BSD binary with 4K page sizes */ #define MID_NS32532 137 /* ns32532 */ #define MID_SPARC 138 /* sparc */ #define MID_PMAX 139 /* pmax */ |