summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 5412ddb..66f0bbe 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$
+ * $Id: vm_pageout.h,v 1.3 1994/08/02 07:55:34 davidg Exp $
*/
/*
@@ -91,7 +91,6 @@ extern int vm_pageout_pages_needed;
#define VM_WAIT vm_wait()
inline static void vm_wait() {
- extern struct proc *curproc, *pageproc;
int s;
s = splhigh();
if (curproc == pageproc) {
@@ -107,7 +106,6 @@ inline static void vm_wait() {
#ifdef KERNEL
-void vm_pageout __P((void));
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));
OpenPOWER on IntegriCloud