mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert change accidentally committed along with r345625
Reported by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
parent
fa68d9b94e
commit
5bf271b2f8
1 changed files with 1 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue