pledge: use uint64_t instead of int for temporary storing a 64bit integer
authorsemarie <semarie@openbsd.org>
Sun, 10 Jul 2016 14:21:24 +0000 (14:21 +0000)
committersemarie <semarie@openbsd.org>
Sun, 10 Jul 2016 14:21:24 +0000 (14:21 +0000)
commit6aabbe278a14cf49277be3ca36954938391fdb7a
tree4349174b6d4c33a59367f0eb591cfc45d6802731
parentfffc75382f4c2e839186445c1a43965565bfea86
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@
sys/kern/kern_pledge.c