summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-03-15 14:16:13 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-03-15 14:16:13 +0000
commit37d42dc64deee8827738fb5f51f83f99413f7104 (patch)
treeacf252d1c3ccda65523caf191709b0eda60ce799
parent2eef6827cb370300ecac0533244137c26e305b3e (diff)
More stuff that doesn't belong in UVM.
-rw-r--r--sys/vm/vm_pageout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 7451f5f75b0..ce6c657718e 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_pageout.h,v 1.6 1998/03/01 00:38:22 niklas Exp $ */
+/* $OpenBSD: vm_pageout.h,v 1.7 2000/03/15 14:16:12 art Exp $ */
/* $NetBSD: vm_pageout.h,v 1.14 1998/02/10 14:09:04 mrg Exp $ */
/*
@@ -69,6 +69,7 @@
* Header file for pageout daemon.
*/
+#if !defined(UVM)
/*
* Exported data structures.
*/
@@ -88,7 +89,6 @@ u_int32_t vm_pages_reserved; /* i.e., reserved for pageout_daemon */
* Signal pageout-daemon and wait for it.
*/
-#if !defined(UVM)
#ifdef _KERNEL
void vm_wait __P((char *));
void vm_pageout __P((void));