summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_pdaemon.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/uvm/uvm_pdaemon.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/uvm/uvm_pdaemon.h')
-rw-r--r--sys/uvm/uvm_pdaemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pdaemon.h b/sys/uvm/uvm_pdaemon.h
index dbae4b6ba97..e1a7b9de78d 100644
--- a/sys/uvm/uvm_pdaemon.h
+++ b/sys/uvm/uvm_pdaemon.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pdaemon.h,v 1.9 2001/12/19 08:58:07 art Exp $ */
+/* $OpenBSD: uvm_pdaemon.h,v 1.10 2002/03/14 01:27:19 millert Exp $ */
/* $NetBSD: uvm_pdaemon.h,v 1.8 1999/11/04 21:51:42 thorpej Exp $ */
/*
@@ -80,7 +80,7 @@
* prototypes
*/
-void uvm_wait __P((const char *));
+void uvm_wait(const char *);
#endif /* _KERNEL */