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/powerpc/include | |
parent | 659c63d594fdd8d78426872de35fc7bbeec72270 (diff) |
_NLIST_DO_ELF is no longer needed: it's the only option
ok deraadt@
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/exec.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/exec.h b/sys/arch/powerpc/include/exec.h index d79e18f7313..3ff1c88857e 100644 --- a/sys/arch/powerpc/include/exec.h +++ b/sys/arch/powerpc/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.13 2015/08/23 15:28:41 kettenis Exp $ */ +/* $OpenBSD: exec.h,v 1.14 2015/08/29 01:58:39 guenther Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB. @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exec.h,v 1.13 2015/08/23 15:28:41 kettenis Exp $ + * $Id: exec.h,v 1.14 2015/08/29 01:58:39 guenther Exp $ */ #ifndef _POWERPC_EXEC_H_ @@ -38,8 +38,6 @@ #define ELF_TARG_DATA ELFDATA2MSB #define ELF_TARG_MACH EM_PPC -#define _NLIST_DO_ELF - #define _KERN_DO_ELF /* Processor sepcific dynamic tag values. */ |