procctl: stop using SA_*LOCKED, define local enum
authorKonstantin Belousov <kib@FreeBSD.org>
Tue, 19 Oct 2021 21:25:19 +0000 (00:25 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Tue, 19 Oct 2021 21:25:19 +0000 (00:25 +0300)
commitc7f38a2df1f0d15346f4405407d89365f6ae3fe1
tree364e331d4d29f983ada555485bef778b46bc9b29
parent49db81aa053beb131ba9dbf5519a5f0eacf28265
procctl: stop using SA_*LOCKED, define local enum

Using SA_*LOCKED constants breaks !INVARIANT builds

Reported by: cy
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sys/kern/kern_procctl.c