From 716beea2840054c8b64f5436379c949a9a43c6cc Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:54:14 +0100 Subject: vm/vm_map.c: remove forward declarations * vm/vm_map.c (_vm_map_clip_start, _vm_map_copy_clip_start, _vm_map_clip_end, _vm_map_copy_clip_end): Remove forward declarations. * vm/vm_map.h (_vm_map_clip_end): Correct prototype. --- vm/vm_map.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vm/vm_map.h') diff --git a/vm/vm_map.h b/vm/vm_map.h index 19317ac7..b6bc177a 100644 --- a/vm/vm_map.h +++ b/vm/vm_map.h @@ -555,6 +555,9 @@ extern void _vm_map_clip_start( * the specified address; if necessary, * it splits the entry into two. */ -void _vm_map_clip_end(); +void _vm_map_clip_end( + struct vm_map_header *map_header, + vm_map_entry_t entry, + vm_offset_t end); #endif /* _VM_VM_MAP_H_ */ -- cgit v1.2.3