aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-08-22 00:01:46 +0000
committerAlan Cox <alc@FreeBSD.org>1999-08-22 00:01:46 +0000
commitaeea9b369552df330a0fcea5785dfdca199e8e90 (patch)
tree6d094da164c1e93119f5c33bd68a714d58b8d902 /sys/vm
parent3ed7a59b0793e5ab0c983d8282c9f9ea4a7b8e21 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_pageout.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 308cd82d3354..7ce3a3a7f7a8 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.144 1999/07/04 00:25:37 mckusick Exp $
+ * $Id: vm_pageout.c,v 1.145 1999/08/17 00:07:35 alc Exp $
*/
/*
@@ -132,12 +132,10 @@ int vm_pages_needed=0; /* Event on which pageout daemon sleeps */
int vm_pageout_deficit=0; /* Estimated number of pages deficit */
int vm_pageout_pages_needed=0; /* flag saying that the pageout daemon needs pages */
-extern int npendingio;
#if !defined(NO_SWAPPING)
static int vm_pageout_req_swapout; /* XXX */
static int vm_daemon_needed;
#endif
-extern int nswiodone;
extern int vm_swap_size;
static int vm_pageout_stats_max=0, vm_pageout_stats_interval = 0;
static int vm_pageout_full_stats_interval = 0;