bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 52/68] vm/vm_user.c: remove forward declaration


From: Marin Ramesa
Subject: [PATCH 52/68] vm/vm_user.c: remove forward declaration
Date: Fri, 29 Nov 2013 22:54:17 +0100

* vm/vm_user.c (vm_map_machine_attribute): Remove forward declaration.

---
 vm/vm_user.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vm/vm_user.c b/vm/vm_user.c
index c18baf2..f721e87 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);
 
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]