summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-08-30 09:56:23 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-08-30 09:56:23 +0000
commit62df9a7516fd1059da650cca1cacf436543a5932 (patch)
treeb61842c1a0d87b5773304ba85eec88463c571485 /sys
parent5e9dba374524d4fe25a5450b13abe14ecbc6f1d6 (diff)
__FUNCTION__ -> __func__ that I forgot to commit.
Diffstat (limited to 'sys')
-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;