bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 50/68] vm/vm_pageout.c: remove forward declarations


From: Marin Ramesa
Subject: [PATCH 50/68] vm/vm_pageout.c: remove forward declarations
Date: Fri, 29 Nov 2013 22:54:15 +0100

* vm/vm_pageout.c (vm_pageout_continue, vm_pageout_scan_continue): Remove 
forward declarations.
* vm/vm_pageout.h (vm_pageout_continue, vm_pageout_scan_continue): Add 
prototypes.

---
 vm/vm_pageout.c | 3 ---
 vm/vm_pageout.h | 2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c
index 38195ad..46ba56b 100644
--- a/vm/vm_pageout.c
+++ b/vm/vm_pageout.c
@@ -159,9 +159,6 @@
 #define        VM_PAGEOUT_RESERVED_REALLY(reserve)     ((reserve) - 40)
 #endif /* VM_PAGEOUT_RESERVED_REALLY */
 
-extern void vm_pageout_continue();
-extern void vm_pageout_scan_continue();
-
 unsigned int vm_pageout_reserved_internal = 0;
 unsigned int vm_pageout_reserved_really = 0;
 
diff --git a/vm/vm_pageout.h b/vm/vm_pageout.h
index 90e45a7..eddd995 100644
--- a/vm/vm_pageout.h
+++ b/vm/vm_pageout.h
@@ -45,5 +45,7 @@ extern vm_page_t vm_pageout_setup(vm_page_t, vm_offset_t, 
vm_object_t,
 extern void vm_pageout_page(vm_page_t, boolean_t, boolean_t);
 
 extern void vm_pageout(void);
+extern void vm_pageout_continue(void);
+extern void vm_pageout_scan_continue(void);
 
 #endif /* _VM_VM_PAGEOUT_H_ */
-- 
1.8.1.4




reply via email to

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