diff options
author | phk <phk@FreeBSD.org> | 2003-01-03 14:30:46 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-01-03 14:30:46 +0000 |
commit | 88bd74d1841dba3f36f98fb64c7e2a630af3489f (patch) | |
tree | 1d1c4afb47b6f3606e254d491ad14375a8a3f8bd /sys/vm/vm_pageout.c | |
parent | 2f7baffed6ea2747341f4ac70543257dcd1b16cc (diff) | |
download | FreeBSD-src-88bd74d1841dba3f36f98fb64c7e2a630af3489f.zip FreeBSD-src-88bd74d1841dba3f36f98fb64c7e2a630af3489f.tar.gz |
Avoid extern decls in .c files by putting them in the vm/swap_pager.h
include file where they belong.
Share the dmmax_mask variable.
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r-- | sys/vm/vm_pageout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index cff7cf6..b94854e 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -144,7 +144,6 @@ int vm_pageout_pages_needed=0; /* flag saying that the pageout daemon needs page static int vm_pageout_req_swapout; /* XXX */ static int vm_daemon_needed; #endif -extern int vm_swap_size; static int vm_max_launder = 32; static int vm_pageout_stats_max=0, vm_pageout_stats_interval = 0; static int vm_pageout_full_stats_interval = 0; |