summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-08-29 01:58:40 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-08-29 01:58:40 +0000
commit48c74fa262d7185410118922c6b53c4cbbfc4d3c (patch)
treeaf57b0155ae982397fa843dbd559eb85104f51b7 /sys/arch/i386/include
parent659c63d594fdd8d78426872de35fc7bbeec72270 (diff)
_NLIST_DO_ELF is no longer needed: it's the only option
ok deraadt@
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/exec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/exec.h b/sys/arch/i386/include/exec.h
index 07fdb961476..47b9e589446 100644
--- a/sys/arch/i386/include/exec.h
+++ b/sys/arch/i386/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.12 2013/10/17 08:02:16 deraadt Exp $ */
+/* $OpenBSD: exec.h,v 1.13 2015/08/29 01:58:39 guenther Exp $ */
/* $NetBSD: exec.h,v 1.6 1994/10/27 04:16:05 cgd Exp $ */
/*
@@ -40,7 +40,6 @@
#define ELF_TARG_MACH EM_386 /* XXX - EM_486 is currently unused
by all OSs/compilers/linkers */
-#define _NLIST_DO_ELF
#define _KERN_DO_ELF
#endif /* _MACHINE_EXEC_H_ */