diff options
author | Rob Pierce <rob@cvs.openbsd.org> | 2022-02-07 13:17:28 +0000 |
---|---|---|
committer | Rob Pierce <rob@cvs.openbsd.org> | 2022-02-07 13:17:28 +0000 |
commit | 4e3c75f25219efb9b3426733913aee6c8b82d261 (patch) | |
tree | 58da53fe5066a92abdfb0f99e624d4cbfb8a81c6 /sys | |
parent | 2af6b395cc31b2fbf75d19b3b2fb8d5f045df2c6 (diff) |
Sync ps.1 with sys/proc.h. Tweaked by deraadt@.
Ok millert@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 112b3c6647f..9502de3ac99 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.323 2021/12/10 05:34:42 guenther Exp $ */ +/* $OpenBSD: proc.h,v 1.324 2022/02/07 13:17:27 rob Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -274,7 +274,7 @@ struct process { #define PS_ZOMBIE 0x00040000 /* Dead and ready to be waited for */ #define PS_NOBROADCASTKILL 0x00080000 /* Process excluded from kill -1. */ #define PS_PLEDGE 0x00100000 /* Has called pledge(2) */ -#define PS_WXNEEDED 0x00200000 /* Process may violate W^X */ +#define PS_WXNEEDED 0x00200000 /* Process is allowed to violate W^X */ #define PS_EXECPLEDGE 0x00400000 /* Has exec pledges */ #define PS_ORPHAN 0x00800000 /* Process is on an orphan list */ |