summaryrefslogtreecommitdiff
path: root/vm/vm_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r--vm/vm_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h
index 17de5db4..381c7cfd 100644
--- a/vm/vm_map.h
+++ b/vm/vm_map.h
@@ -354,7 +354,7 @@ MACRO_END
*/
extern vm_offset_t kentry_data;
-extern vm_offset_t kentry_data_size;
+extern vm_size_t kentry_data_size;
extern int kentry_count;
/* Initialize the module */
extern void vm_map_init(void);