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.

_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to