CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/27 22:27:58
Modified files:
sys/kern : kern_pledge.c
Log message:
in pledgereq (the array for doing correspondance between textual promise as in
pledge(2) and internal PLEDGE_* flag), the flags member should be a uint64_t
and not a int.
ok deraadt@
