From 5bf271b2f80d57dd6cdfc43df49466976bcbbd00 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 28 Mar 2019 10:56:27 +0000 Subject: [PATCH] Revert change accidentally committed along with r345625 Reported by: Oliver Pinter --- sys/sys/elf_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 1b71b46eadf..2d61e953401 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -763,8 +763,7 @@ typedef struct { #define NT_FREEBSD_FEATURE_CTL 4 /* NT_FREEBSD_FEATURE_CTL desc[0] bits */ -#define NT_FREEBSD_FCTL_ASLR_DISABLE 0x00000001 -#define NT_FREEBSD_FCTL_IMPLIED_MAX_PROT 0x00000002 +#define NT_FREEBSD_FCTL_ASLR_DISABLE 0x00000001 /* Values for n_type. Used in core files. */ #define NT_PRSTATUS 1 /* Process status. */