diff options
Diffstat (limited to 'vm/vm_pageout.c')
-rw-r--r-- | vm/vm_pageout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index 575a9f5d..e2f4cf2b 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -412,7 +412,7 @@ vm_pageout_page( * It returns with vm_page_queue_free_lock held. */ -boolean_t vm_pageout_scan(boolean_t *should_wait) +static boolean_t vm_pageout_scan(boolean_t *should_wait) { boolean_t done; |