From 4a43b0634c6e52d6a7b395ba69be4b99fe7b0392 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 25 Jun 1996 20:48:59 +0000 Subject: do not use MID_M68K4K --- sys/sys/exec_aout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 */ -- cgit v1.2.3