ed f14bc84311 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!)
2016-08-03 06:33:04 +00:00
..
2016-05-31 18:32:57 +00:00
2016-08-02 23:46:32 +00:00
2016-04-30 01:24:24 +00:00
2016-07-28 10:05:41 +00:00
MFH
2016-02-03 02:02:01 +00:00
2016-04-30 01:24:24 +00:00
2016-07-30 01:16:06 +00:00
2016-04-30 01:24:24 +00:00
2016-07-30 01:13:54 +00:00
2016-05-06 16:03:40 +00:00