diff options
author | smart <smart@cvs.openbsd.org> | 2001-03-22 03:05:58 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-03-22 03:05:58 +0000 |
commit | 80fbdb56b71a03079797681445932c9923f5020e (patch) | |
tree | eb00f62b05e7c379bd5703f4122c0c5ff579cfc7 /sys/uvm/uvm_pdaemon.c | |
parent | 44b8e549ef87f77e2b48c08e7c4994efeea39676 (diff) |
Sync style, typo, and comments a little closer to NetBSD. art@ ok
Diffstat (limited to 'sys/uvm/uvm_pdaemon.c')
-rw-r--r-- | sys/uvm/uvm_pdaemon.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c index d19c5f4d09c..9f492be2a87 100644 --- a/sys/uvm/uvm_pdaemon.c +++ b/sys/uvm/uvm_pdaemon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_pdaemon.c,v 1.8 2001/03/08 15:21:37 smart Exp $ */ +/* $OpenBSD: uvm_pdaemon.c,v 1.9 2001/03/22 03:05:56 smart Exp $ */ /* $NetBSD: uvm_pdaemon.c,v 1.17 1999/07/22 22:58:39 thorpej Exp $ */ /* @@ -109,7 +109,8 @@ static void uvmpd_tune __P((void)); * => should _not_ be called by the page daemon (to avoid deadlock) */ -void uvm_wait(wmsg) +void +uvm_wait(wmsg) char *wmsg; { int timo = 0; |