diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-13 20:07:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-13 20:07:11 +0000 |
commit | 585e6e15c13d31cde63acc157bd622d27df66e36 (patch) | |
tree | 0de90f57e62831cae47627b658948c69de8080b7 /sys/arch/alpha/include/exec.h | |
parent | 212397ea5b2e971af2db92acdd6216d0804a656c (diff) |
Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)
Diffstat (limited to 'sys/arch/alpha/include/exec.h')
-rw-r--r-- | sys/arch/alpha/include/exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/exec.h b/sys/arch/alpha/include/exec.h index 0b39b4fd473..09a3f5af791 100644 --- a/sys/arch/alpha/include/exec.h +++ b/sys/arch/alpha/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.8 2004/07/04 01:13:07 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.9 2007/02/13 20:07:10 miod Exp $ */ /* $NetBSD: exec.h,v 1.1 1995/02/13 23:07:37 cgd Exp $ */ /* @@ -44,7 +44,6 @@ #define ELF_TARG_DATA ELFDATA2LSB #define ELF_TARG_MACH EM_ALPHA_EXP -#define _NLIST_DO_AOUT #define _NLIST_DO_ECOFF #define _NLIST_DO_ELF |