summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/uvm/uvm_map.c')
-rw-r--r--sys/uvm/uvm_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c
index f4a2c84268a..06d0a0e16c4 100644
--- a/sys/uvm/uvm_map.c
+++ b/sys/uvm/uvm_map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_map.c,v 1.50 2002/08/20 23:21:17 mickey Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.51 2002/08/30 09:56:22 espie Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@ -974,7 +974,7 @@ uvm_map_lookup_entry(map, address, entry)
use_tree = 1;
}
- uvm_tree_sanity(map, __FUNCTION__);
+ uvm_tree_sanity(map, __func__);
if (use_tree) {
vm_map_entry_t prev = &map->header;