diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-04-27 17:01:55 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-04-27 17:01:55 +0000 |
commit | 87917a1771c49fd07228020232e30f60b76e2819 (patch) | |
tree | d0d3e21b317c2388df933c8150c38b60ba1b97b3 /sys/uvm | |
parent | 8ce692e4eade5f9ae635ba72fab7ce642796830f (diff) |
Another indentation cleanup without binary changes.
(I'm reading code, that's where this comes from).
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_user.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/uvm/uvm_user.c b/sys/uvm/uvm_user.c index f08d8674603..6875b554d00 100644 --- a/sys/uvm/uvm_user.c +++ b/sys/uvm/uvm_user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_user.c,v 1.10 2002/10/29 18:30:21 art Exp $ */ +/* $OpenBSD: uvm_user.c,v 1.11 2007/04/27 17:01:54 art Exp $ */ /* $NetBSD: uvm_user.c,v 1.8 2000/06/27 17:29:37 mrg Exp $ */ /* @@ -51,10 +51,7 @@ */ void -uvm_deallocate(map, start, size) - vm_map_t map; - vaddr_t start; - vsize_t size; +uvm_deallocate(struct vm_map *map, vaddr_t start, vsize_t size) { if (map == NULL) |