diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-29 01:58:40 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-29 01:58:40 +0000 |
commit | 48c74fa262d7185410118922c6b53c4cbbfc4d3c (patch) | |
tree | af57b0155ae982397fa843dbd559eb85104f51b7 /sys/arch/arm | |
parent | 659c63d594fdd8d78426872de35fc7bbeec72270 (diff) |
_NLIST_DO_ELF is no longer needed: it's the only option
ok deraadt@
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/include/exec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/include/exec.h b/sys/arch/arm/include/exec.h index 2f5545300f5..54cf7882650 100644 --- a/sys/arch/arm/include/exec.h +++ b/sys/arch/arm/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.3 2012/09/11 15:44:17 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.4 2015/08/29 01:58:39 guenther Exp $ */ /* $NetBSD: exec.h,v 1.6 1994/10/27 04:16:05 cgd Exp $ */ /* @@ -39,8 +39,6 @@ #define ELF_TARG_DATA ELFDATA2LSB #define ELF_TARG_MACH EM_ARM -#define _NLIST_DO_ELF - #define _KERN_DO_ELF #endif /* _ARM_EXEC_H_ */ |