summaryrefslogtreecommitdiff
path: root/libhurd-mm/pager.h
diff options
context:
space:
mode:
authorneal <neal>2007-12-17 20:00:12 +0000
committerneal <neal>2007-12-17 20:00:12 +0000
commit64b2ea46683df970ae58ab1c6e514551fd68456e (patch)
tree31f8cc92895cd9d26a56d31b88560eed287c22a3 /libhurd-mm/pager.h
parent5d7de473b0835d89a5c6128cebc13f1cd4ac3f40 (diff)
libhurd-mm/
2007-12-17 Neal H. Walfield <neal@gnu.org> * anonymous.c: Update BTREE_CLASS use to reflect API changes. * as.c: Likewise. * capalloc.c: Likewise. * pager.h: Likewise. * storage.c: Likewise. viengoos/ 2007-12-17 Neal H. Walfield <neal@gnu.org> * memory.c: Update BTREE_CLASS use to reflect API changes.
Diffstat (limited to 'libhurd-mm/pager.h')
-rw-r--r--libhurd-mm/pager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhurd-mm/pager.h b/libhurd-mm/pager.h
index 2161ccd..f9b49c5 100644
--- a/libhurd-mm/pager.h
+++ b/libhurd-mm/pager.h
@@ -112,7 +112,7 @@ pager_region_compare (const struct pager_region *a,
}
BTREE_CLASS (pager, struct pager, struct pager_region, region, node,
- pager_region_compare)
+ pager_region_compare, false)
/* Protects PAGERS and all pager's NODE. This lock may not be taken
if a pager's LOCK is held by the caller. */