From 495c33c6637657ace4b7a4db6525175efa4b3b85 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 23 Dec 1996 02:42:45 +0000 Subject: use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types --- sys/arch/pmax/include/exec.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sys/arch/pmax/include') diff --git a/sys/arch/pmax/include/exec.h b/sys/arch/pmax/include/exec.h index 34ffd0bf1d2..22ad23ebf19 100644 --- a/sys/arch/pmax/include/exec.h +++ b/sys/arch/pmax/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.6 1996/12/22 15:22:22 graichen Exp $ */ +/* $OpenBSD: exec.h,v 1.7 1996/12/23 02:42:34 deraadt Exp $ */ /* $NetBSD: exec.h,v 1.5 1994/10/26 21:09:39 cgd Exp $ */ /*- @@ -48,10 +48,10 @@ #define ELF_TARG_DATA ELFDATA2LSB #define ELF_TARG_MACH EM_MIPS -/* - * This is what we want nlist(3) to handle. - */ -#define DO_AOUT /* support a.out */ -#define DO_ELF /* support ELF */ -#define DO_ECOFF /* support ECOFF */ +#define _NLIST_DO_AOUT +#define _NLIST_DO_ELF +#define _NLIST_DO_ECOFF +#undef _KERN_DO_AOUT +#define _KERN_DO_ELF +#define _KERN_DO_ECOFF -- cgit v1.2.3