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)
Tue, Apr 21, 5:48 PM
Unknown Object (File)
Tue, Apr 21, 2:04 PM
Unknown Object (File)
Sun, Apr 12, 6:42 PM
Unknown Object (File)
Sat, Apr 11, 10:50 AM
Unknown Object (File)
Sat, Apr 11, 9:27 AM
Unknown Object (File)
Tue, Apr 7, 2:11 PM
Unknown Object (File)
Mon, Apr 6, 10:37 AM
Unknown Object (File)
Sun, Apr 5, 3:10 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.