summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:17 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:51:26 +0900
commit3fe3459635ff68572a2066083868253b989fa590 (patch)
treecc7f519c9ba37aa8a7b399b1d3a3c04bb904b5d0 /vm
parent4cdc3589095af39ab09939195d420ac1a497af72 (diff)
vm/vm_user.c: remove forward declaration
* vm/vm_user.c (vm_map_machine_attribute): Remove forward declaration.
Diffstat (limited to 'vm')
-rw-r--r--vm/vm_user.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm/vm_user.c b/vm/vm_user.c
index c18baf23..f721e87d 100644
--- a/vm/vm_user.c
+++ b/vm/vm_user.c
@@ -224,8 +224,6 @@ kern_return_t vm_machine_attribute(map, address, size, attribute, value)
vm_machine_attribute_t attribute;
vm_machine_attribute_val_t* value; /* IN/OUT */
{
- extern kern_return_t vm_map_machine_attribute();
-
if (map == VM_MAP_NULL)
return(KERN_INVALID_ARGUMENT);