K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-30T16:52:23.408059Z K 7 svn:log V 307 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 END