diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/uvm/uvm_device.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/uvm/uvm_device.h')
-rw-r--r-- | sys/uvm/uvm_device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_device.h b/sys/uvm/uvm_device.h index b127c7f5ede..e31455e8102 100644 --- a/sys/uvm/uvm_device.h +++ b/sys/uvm/uvm_device.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_device.h,v 1.7 2001/08/11 10:57:22 art Exp $ */ +/* $OpenBSD: uvm_device.h,v 1.8 2002/03/14 01:27:18 millert Exp $ */ /* $NetBSD: uvm_device.h,v 1.9 2000/05/28 10:21:55 drochner Exp $ */ /* @@ -70,7 +70,7 @@ struct uvm_device { * prototypes */ -struct uvm_object *udv_attach __P((void *, vm_prot_t, voff_t, vsize_t)); +struct uvm_object *udv_attach(void *, vm_prot_t, voff_t, vsize_t); #endif /* _KERNEL */ |