openldap/libraries/libmdb
Hallvard B Furuseth f42f7f3442 Fix formats, reduce PAGEHDRSZ size_t->unsigned.
NUMKEYS was size_t due to PAGEHDRSZ; printing unsigned int is simpler.

Instead increase PAGEFILL to long, since it involves a multiply.
Possibly uint32_t or something would be sufficient.
2011-06-29 22:29:24 +02:00
..
.gitignore .gitignore 2011-06-29 22:26:32 +02:00
Makefile Makefile 2011-06-29 22:26:32 +02:00
mdb_stat.c Use toggling meta page instead of always appending 2011-06-28 18:40:52 -07:00
mdb.c Fix formats, reduce PAGEHDRSZ size_t->unsigned. 2011-06-29 22:29:24 +02:00
mdb.h Use toggling meta page instead of always appending 2011-06-28 18:40:52 -07:00
mtest.c Fix formats, reduce PAGEHDRSZ size_t->unsigned. 2011-06-29 22:29:24 +02:00