summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-09 01:52:19 +0000
committerphk <phk@FreeBSD.org>1994-10-09 01:52:19 +0000
commit09c3293a0ffbac500c412620915e04990d0997f1 (patch)
treee3c5c4e2c7ddb16486c3678b3115bd9b9d58385c /sys/vm/vm_pageout.h
parent1877e1438d3b9c782af4fc27289766680e7c51a0 (diff)
downloadFreeBSD-src-09c3293a0ffbac500c412620915e04990d0997f1.zip
FreeBSD-src-09c3293a0ffbac500c412620915e04990d0997f1.tar.gz
Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
Reviewed by: davidg
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 461a791..77c4373 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.h,v 1.4 1994/08/18 22:36:08 wollman Exp $
+ * $Id: vm_pageout.h,v 1.5 1994/08/21 07:19:45 paul Exp $
*/
#ifndef _VM_VM_PAGEOUT_H_
@@ -112,6 +112,7 @@ inline static void vm_wait() {
int vm_pageout_scan __P((void));
void vm_pageout_page __P((vm_page_t, vm_object_t));
void vm_pageout_cluster __P((vm_page_t, vm_object_t));
+int vm_pageout_clean __P((vm_page_t, int));
#endif
#endif
OpenPOWER on IntegriCloud