summaryrefslogtreecommitdiff
path: root/sys/vm/vm_pageout.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-12-30 12:26:15 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-12-30 12:26:15 +0000
commit8e526cb23eda4f02831265267cf57c6cd2b72639 (patch)
treef8cd479c71e8abcc1be365470f21e3ebee930677 /sys/vm/vm_pageout.c
parent8d02bdb34f45700ae94a1a7b5206bafa3a634111 (diff)
indent
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r--sys/vm/vm_pageout.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index e6a9fef00bb..57d6e899216 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_pageout.c,v 1.9 1998/03/01 00:38:21 niklas Exp $ */
+/* $OpenBSD: vm_pageout.c,v 1.10 1998/12/30 12:26:14 art Exp $ */
/* $NetBSD: vm_pageout.c,v 1.23 1996/02/05 01:54:07 christos Exp $ */
/*
@@ -101,7 +101,8 @@ int doclustered_pageout = 1;
/*
* Activate the pageout daemon and sleep awaiting more free memory
*/
-void vm_wait(msg)
+void
+vm_wait(msg)
char *msg;
{
int timo = 0;