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/vax | |
parent | 659c63d594fdd8d78426872de35fc7bbeec72270 (diff) |
_NLIST_DO_ELF is no longer needed: it's the only option
ok deraadt@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h index f5e3a1068b4..1accbebd005 100644 --- a/sys/arch/vax/include/exec.h +++ b/sys/arch/vax/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.11 2014/03/18 19:23:42 guenther Exp $ */ +/* $OpenBSD: exec.h,v 1.12 2015/08/29 01:58:39 guenther Exp $ */ /* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* @@ -33,7 +33,6 @@ #define __LDPGSZ 4096 -#define _NLIST_DO_ELF #define _KERN_DO_ELF #define ARCH_ELFSIZE 32 |