K 10 svn:author V 2 ed K 8 svn:date V 27 2016-08-03T06:33:04.429252Z K 7 svn:log V 313 mprotect(): Change prototype to comply to POSIX. Our mprotect() function seems to take a "const void *" address to the pages whose permissions need to be adjusted. POSIX uses "void *". Simply stick to the POSIX one to prevent us from writing unportable code. PR: 211423 (exp-run) Tested by: antoine@ (Thanks!) END