From 09c3293a0ffbac500c412620915e04990d0997f1 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 9 Oct 1994 01:52:19 +0000 Subject: Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. Reviewed by: davidg --- sys/vm/vm_pageout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_pageout.h') 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 -- cgit v1.1