K 10 svn:author V 3 dim K 8 svn:date V 27 2023-05-03T10:42:35.733353Z K 7 svn:log V 485 vm: fix a number of functions to match the expected prototypes Noticed while attempting to make boolean_t unsigned: some vm-related function declarations and defintions were using boolean_t where they should have used int, and vice versa. MFC after: 1 week Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D39753 (cherry picked from commit f74be55e3045793a507d98127faf9aabd918e1ce) Git Hash: 3f527b4b8fd5555e72d8cd3e388a28f0f7496e30 Git Author: dim@FreeBSD.org END