CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/10 08:21:24
Modified files:
sys/kern : kern_pledge.c
Log message:
pledge: use uint64_t instead of int for temporary storing a 64bit integer
affects only 32 bits platform (like i386).
problem spotted and diff from pelikan@
ok deraadt@ jca@
