summaryrefslogtreecommitdiff
path: root/vm/vm_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_user.c')
-rw-r--r--vm/vm_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_user.c b/vm/vm_user.c
index f721e87..9ba5e1c 100644
--- a/vm/vm_user.c
+++ b/vm/vm_user.c
@@ -411,7 +411,7 @@ kern_return_t vm_map(
* [ To unwire the pages, specify VM_PROT_NONE. ]
*/
kern_return_t vm_wire(host, map, start, size, access)
- host_t host;
+ const host_t host;
vm_map_t map;
vm_offset_t start;
vm_size_t size;