svn commit: r300999 - in head: include lib/libc/db/man

Pedro Giffuni pfg at FreeBSD.org
Mon May 30 18:02:10 UTC 2016



On 30/05/2016 11:52, Ed Schouten wrote:
> Author: ed
> Date: Mon May 30 16:52:23 2016
> New Revision: 300999
> URL: https://svnweb.freebsd.org/changeset/base/300999
>
> Log:
>    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.

IMHO, just before a new release is the perfect time to break the ABI, 
and POSIX
is a good reason to do it.

Pedro.



More information about the svn-src-all mailing list