Page MenuHomeFreeBSD

Let dbm's datum::dptr use the right type.
ClosedPublic

Authored by ed on May 30 2016, 1:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 22, 7:18 PM
Unknown Object (File)
Fri, Nov 21, 6:36 AM
Unknown Object (File)
Fri, Nov 21, 4:38 AM
Unknown Object (File)
Fri, Nov 21, 4:34 AM
Unknown Object (File)
Fri, Nov 21, 4:29 AM
Unknown Object (File)
Fri, Nov 21, 4:28 AM
Unknown Object (File)
Tue, Nov 18, 1:53 AM
Unknown Object (File)
Mon, Nov 17, 3:39 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Let dbm's datum::dptr use the right type..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: pfg.
pfg edited edge metadata.

Modernity :).

This revision is now accepted and ready to land.May 30 2016, 4:14 PM
This revision was automatically updated to reflect the committed changes.