freebsd-dev/lib/libc/db/man
Ed Schouten 2fed5061db Let dbm's datum::dptr use the right type.
According to POSIX, it should use void *, not char *. Unfortunately, the
dsize field also has the wrong type. It should be size_t. I'm not going
to change that, as that will break the ABI.

Reviewed by:	pfg
Differential Revision:	https://reviews.freebsd.org/D6647
2016-05-30 16:52:23 +00:00
..
btree.3
dbm.3 Let dbm's datum::dptr use the right type. 2016-05-30 16:52:23 +00:00
dbopen.3
hash.3
Makefile.inc
mpool.3
recno.3